diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2019-10-13 13:42:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-13 13:42:47 +0200 |
commit | e31d257e4b6a9c5a622bb280d4abc4e44dc9eca5 (patch) | |
tree | 7212788efc366216ef3f4c74958be597c0ab1f3d /system/keymaps/joystick.xml | |
parent | dd178e70a87226656ecbc286ff016f419ad4fce9 (diff) | |
parent | 61891b5a95a97858e5f36f42f95b579817344994 (diff) |
Merge pull request #15268 from bb10/bb10-radical-changemaster-last-commmit-before-python3-merge
Several Joystick keymap changes related to the B button and back buttons.
Diffstat (limited to 'system/keymaps/joystick.xml')
-rw-r--r-- | system/keymaps/joystick.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index 378d8ee249..a88b9a2aa5 100644 --- a/system/keymaps/joystick.xml +++ b/system/keymaps/joystick.xml @@ -49,6 +49,7 @@ <x>ContextMenu</x> <y>FullScreen</y> <start>ActivateWindow(PlayerControls)</start> + <back>ActivateWindow(Home)</back> <guide>ActivateWindow(Home)</guide> <up>Up</up> <down>Down</down> @@ -96,7 +97,7 @@ <x>OSD</x> <y>FullScreen</y> <start>Info</start> - <back>OSD</back> + <back>FullScreen</back> <guide>OSD</guide> <up>ChapterOrBigStepForward</up> <down>ChapterOrBigStepBack</down> |