diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2018-09-25 09:10:21 +0200 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2018-09-27 08:59:15 +0300 |
commit | c69e20ee140a1df61cf01d33eafb7a2231ca83b1 (patch) | |
tree | 24e1343bc46dbc1a5ebc54dc0f5f93e476c51413 /system | |
parent | 8174c9412519400e941c09595b954587b7a6114e (diff) |
Joysticks: Allow rewind/fast-forward with shoulder buttons
This makes shoulder buttons have the same effect as triggers. Because
shoulder buttons are digital, a ramp-up function is applied.
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/joystick.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index 63d10002d4..b390f6c762 100644 --- a/system/keymaps/joystick.xml +++ b/system/keymaps/joystick.xml @@ -155,10 +155,8 @@ <x hotkey="back">OSD</x> <y hotkey="back">OSD</y> <start hotkey="back">Stop</start> - <!-- - <rightbumper hotkey="back">Save</rightbumper> - <leftbumper hotkey="back">Load</leftbumper> - --> + <rightbumper hotkey="back">AnalogFastForward</rightbumper> + <leftbumper hotkey="back">AnalogRewind</leftbumper> <righttrigger hotkey="back">AnalogFastForward</righttrigger> <lefttrigger hotkey="back">AnalogRewind</lefttrigger> <!-- |