diff options
author | bb10 <607398+bb10@users.noreply.github.com> | 2019-01-16 05:49:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 05:49:12 +0100 |
commit | 6a64bf71e7a69b3bb5cfafd0d77402967a54c401 (patch) | |
tree | 5061d643ab1856bf93769b37d08fab9bff6f506a /system/keymaps | |
parent | 3baca5a0e2826fde455ab5e60fc1663c7339cd1f (diff) |
Update joystick.xml
Changed B back to the original action of Stop and changed the long press action to Fullscreen.
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/joystick.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index c4b50cd482..f9f9719fd6 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> |