diff options
author | bb10 <607398+bb10@users.noreply.github.com> | 2019-01-25 21:02:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-25 21:02:31 +0100 |
commit | 592ed4a3b089a2a852b7deeb45fb81521df1d6a7 (patch) | |
tree | daa23f4e1f83f6db51247f55a89d3a8d8f570812 /system | |
parent | 6a64bf71e7a69b3bb5cfafd0d77402967a54c401 (diff) |
Update joystick.xml
Add A and B button functionality to <FullscreenLiveTV> and <FullscreenRadio>
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/joystick.xml | 6 |
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> |