aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbb10 <607398+bb10@users.noreply.github.com>2019-01-25 21:02:31 +0100
committerGitHub <noreply@github.com>2019-01-25 21:02:31 +0100
commit592ed4a3b089a2a852b7deeb45fb81521df1d6a7 (patch)
treedaa23f4e1f83f6db51247f55a89d3a8d8f570812
parent6a64bf71e7a69b3bb5cfafd0d77402967a54c401 (diff)
Update joystick.xml
Add A and B button functionality to <FullscreenLiveTV> and <FullscreenRadio>
-rw-r--r--system/keymaps/joystick.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml
index f9f9719fd6..41fd40eea8 100644
--- a/system/keymaps/joystick.xml
+++ b/system/keymaps/joystick.xml
@@ -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>