Skip to content

Commit

Permalink
[Joysticks] Fix Back/Select button going home instead of back one window
Browse files Browse the repository at this point in the history
This mirrors the behavior of Android, where Back/Select and B have the
same behavior.
  • Loading branch information
garbear committed Mar 9, 2024
1 parent 1294dfd commit 313e83b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions system/keymaps/joystick.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<x>ContextMenu</x>
<y>FullScreen</y>
<start>ActivateWindow(PlayerControls)</start>
<back>ActivateWindow(Home)</back>
<back>Back</back>
<guide>ActivateWindow(Home)</guide>
<up>Up</up>
<down>Down</down>
Expand Down Expand Up @@ -97,7 +97,7 @@
<x>OSD</x>
<y>FullScreen</y>
<start>Info</start>
<back>FullScreen</back>
<back>Stop</back>
<guide>OSD</guide>
<up>ChapterOrBigStepForward</up>
<down>ChapterOrBigStepBack</down>
Expand Down Expand Up @@ -174,7 +174,7 @@
<b>Stop</b>
<b holdtime="500">FullScreen</b>
<x>OSD</x>
<back>OSD</back>
<back>Stop</back>
<guide>OSD</guide>
<start>Info</start>
<up>ChannelUp</up>
Expand All @@ -194,7 +194,7 @@
<b>Stop</b>
<b holdtime="500">FullScreen</b>
<x>OSD</x>
<back>OSD</back>
<back>Stop</back>
<guide>OSD</guide>
<start>Info</start>
<up>ChannelUp</up>
Expand Down

0 comments on commit 313e83b

Please sign in to comment.