aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authoravdleeuw <avdleeuw@gmail.com>2012-09-28 13:02:51 +0200
committeravdleeuw <avdleeuw@gmail.com>2012-09-28 13:02:51 +0200
commit6578d771f3ff3c76774049560fef69fa52302b4f (patch)
treef5bfb2ebe37603ce3a005534b575fd672c1d4a66 /system
parent050150cf3544e711baef2b24306d33baa81bba4e (diff)
[PVR] Change keyboard.xml to PVR related MCE key combinations
Diffstat (limited to 'system')
-rw-r--r--system/keymaps/keyboard.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml
index 6ddcf12e14..d508d9c1f6 100644
--- a/system/keymaps/keyboard.xml
+++ b/system/keymaps/keyboard.xml
@@ -135,16 +135,16 @@
<f10>VolumeUp</f10> <!-- MCE Vol up -->
<f9>VolumeDown</f9> <!-- MCE Vol down -->
<f8>Mute</f8> <!-- MCE mute -->
- <g mod="ctrl">OSD</g> <!-- MCE Guide -->
+ <g mod="ctrl">ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</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 -->
- <!-- MCE keypresses without an obvious use in XBMC -->
- <o mod="ctrl">Notification(MCEKeypress, Recorded TV, 3)</o>
- <t mod="ctrl">Notification(MCEKeypress, Live TV, 3)</t>
- <t mod="ctrl,shift">Notification(MCEKeypress, My TV, 3)</t>
- <a mod="ctrl">Notification(MCEKeypress, Radio, 3)</a>
+ <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 -->
+ <!-- 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>
</keyboard>