diff options
author | EmilVogt <EmilVogt@users.noreply.github.com> | 2018-12-11 15:15:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-11 15:15:09 +0100 |
commit | b0769ec80dbb3afa2403ca9c40d845a902f1f32e (patch) | |
tree | d84130d0766696d1f0941f146c33407318b597bf /system | |
parent | b788e0864a49574a37832640a0959bb901d928e6 (diff) |
[joystick.xml] Add more buttons to bring up OSD and Menu in EPG
This makes the <x> and <back> buttons open the OSD in FullscreenTV and FullscreenRadio, like they already do in FullscreenVideo. Also the <back> button can now be used in TVGuide/RadioGuide to open the Menu. Without this, there's no way to open it and <back> didn't have any function before, anyway.
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/joystick.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index b390f6c762..a424f9aa04 100644 --- a/system/keymaps/joystick.xml +++ b/system/keymaps/joystick.xml @@ -169,6 +169,8 @@ </FullscreenGame> <FullscreenLiveTV> <joystick profile="game.controller.default"> + <x>OSD</x> + <back>OSD</back> <guide>OSD</guide> <up>ChannelUp</up> <down>ChannelDown</down> @@ -176,8 +178,15 @@ <right>StepForward</right> </joystick> </FullscreenLiveTV> + <TVGuide> + <joystick profile="game.controller.default"> + <back>Menu</back> + </joystick> + </TVGuide> <FullscreenRadio> <joystick profile="game.controller.default"> + <x>OSD</x> + <back>OSD</back> <guide>OSD</guide> <up>ChannelUp</up> <down>ChannelDown</down> @@ -185,6 +194,11 @@ <right>StepForward</right> </joystick> </FullscreenRadio> + <RadioGuide> + <joystick profile="game.controller.default"> + <back>Menu</back> + </joystick> + </RadioGuide> <FullscreenInfo> <joystick profile="game.controller.default"> <b>Close</b> |