diff options
author | Stefan Saraev <stefan@saraev.ca> | 2017-04-08 15:03:14 +0300 |
---|---|---|
committer | Stefan Saraev <stefan@saraev.ca> | 2017-04-08 15:03:14 +0300 |
commit | 1221eec62ac8f3a6f8971a2c7569cd7348359ca7 (patch) | |
tree | 68365a40d144b7711f83647918a897eef22c7bde /system | |
parent | be3b3721fcede790dd9edc12bdd3ed9c1fd19036 (diff) |
[fix] minor keymap fix
Diffstat (limited to 'system')
-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> |