diff options
author | da-anda <da-anda@xbmc.org> | 2014-08-25 11:40:26 +0200 |
---|---|---|
committer | da-anda <da-anda@xbmc.org> | 2014-09-07 15:10:38 +0200 |
commit | 3044ed38294559a98a6d5ae4538c63a5debb50fd (patch) | |
tree | 506bfab58498ffe6c653473db585e8754a2d9e27 /system/keymaps/keyboard.xml | |
parent | 7820acbb396614ff28ead184041b3e6291e36149 (diff) |
[PVR][input] add special case handling and default keymaps for PVR radio in visualisation/fullscreen mode
Diffstat (limited to 'system/keymaps/keyboard.xml')
-rw-r--r-- | system/keymaps/keyboard.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index efc26aecbb..c162aa867d 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -529,6 +529,14 @@ <down>ChannelDown</down> </keyboard> </FullscreenLiveTV> + <FullscreenRadio> + <keyboard> + <left>PreviousChannelGroup</left> + <right>NextChannelGroup</right> + <up>ChannelUp</up> + <down>ChannelDown</down> + </keyboard> + </FullscreenRadio> <PVROSDChannels> <keyboard> <backspace>Close</backspace> |