diff options
author | xhaggi <sascha.woo@gmail.com> | 2013-12-03 20:47:29 +0100 |
---|---|---|
committer | xhaggi <sascha.woo@gmail.com> | 2014-07-13 14:28:34 +0200 |
commit | 39800382c5ad54fa3c6116e8d4d4515f2419d4cd (patch) | |
tree | 90f43e35cbd9ccf0333317b8d57dbdc0606b8540 /system | |
parent | f2f6a218fd208783fbcb278b8ccba4ba90a31d8d (diff) |
[keymaps] update to fit new pvr windows
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/keyboard.xml | 20 | ||||
-rw-r--r-- | system/keymaps/remote.xml | 14 |
2 files changed, 17 insertions, 17 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index eecaf0aa2d..a3adf4f8bb 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -99,11 +99,11 @@ <power>ActivateWindow(shutdownmenu)</power> <sleep>ActivateWindow(shutdownmenu)</sleep> <!-- PVR windows --> - <e>XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</e> - <h>XBMC.ActivateWindowAndFocus(MyPVR, 32,0, 11,0)</h> - <j>XBMC.ActivateWindowAndFocus(MyPVR, 33,0, 12,0)</j> - <k>XBMC.ActivateWindowAndFocus(MyPVR, 34,0, 13,0)</k> - <b>XBMC.ActivateWindowAndFocus(MyPVR, 35,0, 14,0)</b> + <e>XBMC.ActivateWindow(TVGuide)</e> + <h>XBMC.ActivateWindow(TVChannels)</h> + <j>XBMC.ActivateWindow(RadioChannels)</j> + <k>XBMC.ActivateWindow(TVRecordings)</k> + <b>XBMC.ActivateWindow(TVTimers)</b> <!-- Multimedia keyboard keys --> <browser_back>Back</browser_back> <browser_forward/> @@ -142,15 +142,15 @@ <f10>VolumeUp</f10> <!-- MCE Vol up --> <f9>VolumeDown</f9> <!-- MCE Vol down --> <f8>Mute</f8> <!-- MCE mute --> - <g mod="ctrl">ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</g> <!-- MCE Guide --> + <g mod="ctrl">ActivateWindow(TVGuide)</g> <!-- MCE Guide --> <m mod="ctrl">ActivateWindow(music)</m> <!-- MCE My music --> <i mod="ctrl">ActivateWindow(pictures)</i> <!-- MCE My pictures --> <e mod="ctrl">ActivateWindow(video)</e> <!-- MCE videos --> <m mod="ctrl,shift">PlayerControl(ShowVideoMenu)</m> <!-- MCE DVD menu --> - <o mod="ctrl">ActivateWindowAndFocus(MyPVR, 34,0, 13,0)</o> <!-- MCE Recorded TV --> - <t mod="ctrl">ActivateWindowAndFocus(MyPVR, 32,0, 11,0)</t> <!-- MCE Live TV --> - <t mod="ctrl,shift">ActivateWindow(MyPVR)</t> <!-- MCE My TV --> - <a mod="ctrl">ActivateWindowAndFocus(MyPVR, 33,0, 12,0)</a> <!-- MCE My Radio --> + <o mod="ctrl">ActivateWindow(TVRecordings)</o> <!-- MCE Recorded TV --> + <t mod="ctrl">ActivateWindow(TVChannels)</t> <!-- MCE Live TV --> + <t mod="ctrl,shift">ActivateWindow(TVChannels)</t> <!-- MCE My TV --> + <a mod="ctrl">ActivateWindow(RadioChannels)</a> <!-- MCE My Radio --> <!-- MCE keypresses without an obvious use in XBMC --> <u mod="ctrl">Notification(MCEKeypress, DVD subtitle, 3)</u> <a mod="ctrl,shift">Notification(MCEKeypress, DVD audio, 3)</a> diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml index 58054c0813..2a90fe1cdd 100644 --- a/system/keymaps/remote.xml +++ b/system/keymaps/remote.xml @@ -68,13 +68,13 @@ <myvideo>XBMC.ActivateWindow(MyVideos)</myvideo> <mymusic>XBMC.ActivateWindow(MyMusic)</mymusic> <mypictures>XBMC.ActivateWindow(MyPictures)</mypictures> - <mytv>XBMC.ActivateWindow(MyPVR)</mytv> - <guide>XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</guide> - <livetv>XBMC.ActivateWindowAndFocus(MyPVR, 32,0, 11,0)</livetv> - <liveradio>XBMC.ActivateWindowAndFocus(MyPVR, 33,0, 12,0)</liveradio> - <recordedtv>XBMC.ActivateWindowAndFocus(MyPVR, 34,0, 13,0)</recordedtv> - <epgsearch>XBMC.ActivateWindowAndFocus(MyPVR, 35,0, 14,0)</epgsearch> - <red>XBMC.ActivateWindow(MyPVR)</red> + <mytv>XBMC.ActivateWindow(TVChannels)</mytv> + <guide>XBMC.ActivateWindow(TVGuide)</guide> + <livetv>XBMC.ActivateWindow(TVChannels)</livetv> + <liveradio>XBMC.ActivateWindow(RadioChannels)</liveradio> + <recordedtv>XBMC.ActivateWindow(TVRecordings)</recordedtv> + <epgsearch>XBMC.ActivateWindow(TVSearch)</epgsearch> + <red>XBMC.ActivateWindow(TVChannels)</red> <green>XBMC.ActivateWindow(MyVideos)</green> <yellow>XBMC.ActivateWindow(MyMusic)</yellow> <blue>XBMC.ActivateWindow(MyPictures)</blue> |