diff options
author | bb10 <607398+bb10@users.noreply.github.com> | 2019-01-16 06:13:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 06:13:38 +0100 |
commit | 61891b5a95a97858e5f36f42f95b579817344994 (patch) | |
tree | fa0510c649022e7a15ba4e1a86d1e5c9f44d50e1 | |
parent | 3baca5a0e2826fde455ab5e60fc1663c7339cd1f (diff) |
Update joystick.xml
Added <back>ActivateWindow(Home)</back> as a global keypress, it was not assigned any action before.
Changed <b> back to the original action of Stop and changed the long press action to Fullscreen.
Changed the <back> button to the Fullscreen action. It doesn't toggle, instead it sends you back to the home screen after pressing it a second time because of the global action, which kind of makes sense for the View (on xbox one, previously back) button.
-rw-r--r-- | system/keymaps/joystick.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index c4b50cd482..9edf770ecb 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> @@ -91,12 +92,12 @@ <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> - <back>OSD</back> + <back>FullScreen</back> <guide>OSD</guide> <up>ChapterOrBigStepForward</up> <down>ChapterOrBigStepBack</down> |