aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2019-10-13 13:42:47 +0200
committerGitHub <noreply@github.com>2019-10-13 13:42:47 +0200
commite31d257e4b6a9c5a622bb280d4abc4e44dc9eca5 (patch)
tree7212788efc366216ef3f4c74958be597c0ab1f3d
parentdd178e70a87226656ecbc286ff016f419ad4fce9 (diff)
parent61891b5a95a97858e5f36f42f95b579817344994 (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.
-rw-r--r--system/keymaps/joystick.xml3
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>