diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2017-04-10 06:37:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-10 06:37:58 +0200 |
commit | abe55b836006c4f4323d71da20a92cbc3ae9546d (patch) | |
tree | 7b91a7af652ce12b691eff3ee91312b3d5b68b31 | |
parent | 3a7048dac27709fe135d050b0a4c195fe484dad2 (diff) | |
parent | 1221eec62ac8f3a6f8971a2c7569cd7348359ca7 (diff) |
Merge pull request #11939 from stefansaraev/fixkeymaps
[fix] minor keymap fix
-rw-r--r-- | system/keymaps/keyboard.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index eefa1dd0d2..45de211c97 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -457,8 +457,6 @@ <o>PlayerProcessInfo</o> <l>LockPreset</l> <escape>FullScreen</escape> - <g>ActivateWindow(PVROSDGuide)</g> - <c>ActivateWindow(PVROSDChannels)</c> </keyboard> </Visualisation> <MusicOSD> @@ -663,6 +661,8 @@ <down>Down</down> <return>OSD</return> <enter>OSD</enter> + <g>ActivateWindow(PVRChannelGuide)</g> + <c>ActivateWindow(PVROSDChannels)</c> <return mod="longpress">ActivateWindow(PVROSDChannels)</return> <enter mod="longpress">ActivateWindow(PVROSDChannels)</enter> <pageup>ChannelUp</pageup> @@ -677,6 +677,8 @@ <down>Down</down> <return>OSD</return> <enter>OSD</enter> + <g>ActivateWindow(PVRChannelGuide)</g> + <c>ActivateWindow(PVROSDChannels)</c> <return mod="longpress">ActivateWindow(PVROSDChannels)</return> <enter mod="longpress">ActivateWindow(PVROSDChannels)</enter> <pageup>ChannelUp</pageup> @@ -691,13 +693,13 @@ <c>Close</c> </keyboard> </PVROSDChannels> - <PVROSDGuide> + <PVRChannelGuide> <keyboard> <backspace>Close</backspace> <escape>Close</escape> <browser_back>Close</browser_back> </keyboard> - </PVROSDGuide> + </PVRChannelGuide> <PVRSettings> <keyboard> <backspace>PreviousMenu</backspace> |