aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2019-01-25 16:58:30 -0800
committerGitHub <noreply@github.com>2019-01-25 16:58:30 -0800
commited443c9d6fdb17a73ea12c9b4e27ce0dc861e5b9 (patch)
treed684c167b5e60f5d10f9ee0a76a5daf501d464b2
parent3c18fc16fcc41471e5c2f7891553bc7ba3ecc89e (diff)
parent592ed4a3b089a2a852b7deeb45fb81521df1d6a7 (diff)
Merge pull request #15267 from bb10/bb10-conservative-change
Reverse B button actions in joystick keymap
-rw-r--r--system/keymaps/joystick.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml
index c4b50cd482..41fd40eea8 100644
--- a/system/keymaps/joystick.xml
+++ b/system/keymaps/joystick.xml
@@ -91,8 +91,8 @@
<FullscreenVideo>
<joystick profile="game.controller.default">
<a>Pause</a>
- <b>Fullscreen</b>
- <b holdtime="500">Stop</b>
+ <b>Stop</b>
+ <b holdtime="500">FullScreen</b>
<x>OSD</x>
<y>FullScreen</y>
<start>Info</start>
@@ -169,6 +169,9 @@
</FullscreenGame>
<FullscreenLiveTV>
<joystick profile="game.controller.default">
+ <a>Pause</a>
+ <b>Stop</b>
+ <b holdtime="500">FullScreen</b>
<x>OSD</x>
<back>OSD</back>
<guide>OSD</guide>
@@ -186,6 +189,9 @@
</TVGuide>
<FullscreenRadio>
<joystick profile="game.controller.default">
+ <a>Pause</a>
+ <b>Stop</b>
+ <b holdtime="500">FullScreen</b>
<x>OSD</x>
<back>OSD</back>
<guide>OSD</guide>