diff options
author | arnova <arnova@void.org> | 2013-09-17 12:47:54 +0200 |
---|---|---|
committer | arnova <arnova@void.org> | 2013-09-28 11:32:37 +0200 |
commit | b38508cd12a3202e69604e7ecf21a37701d8c587 (patch) | |
tree | e6d0b8b58dee103ff0598cb6a0d7d7be36bd7ca4 /system/keymaps/joystick.PS3.Remote.Keyboard.xml | |
parent | b23fae68df85b4b9d7f1eebc76103a251b2a6814 (diff) |
changed: Implement ChapterOrBigStep-actions and make previous BigStep-actions without chapter seeking
Diffstat (limited to 'system/keymaps/joystick.PS3.Remote.Keyboard.xml')
-rw-r--r-- | system/keymaps/joystick.PS3.Remote.Keyboard.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/keymaps/joystick.PS3.Remote.Keyboard.xml b/system/keymaps/joystick.PS3.Remote.Keyboard.xml index 90bb8df098..0b328c2001 100644 --- a/system/keymaps/joystick.PS3.Remote.Keyboard.xml +++ b/system/keymaps/joystick.PS3.Remote.Keyboard.xml @@ -97,8 +97,8 @@ <button id="8">FastForward</button> <hat id="1" position="left">StepBack</hat> <hat id="1" position="right">StepForward</hat> - <hat id="1" position="up">BigStepForward</hat> - <hat id="1" position="down">BigStepBack</hat> + <hat id="1" position="up">ChapterOrBigStepForward</hat> + <hat id="1" position="down">ChapterOrBigStepBack</hat> </joystick> </FullscreenVideo> |