aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorLars Op den Kamp <opdenkamp@gmail.com>2012-10-04 01:16:08 -0700
committerLars Op den Kamp <opdenkamp@gmail.com>2012-10-04 01:16:08 -0700
commit06a932f1284ea8eacb660caf5c41cba5efc9b2bc (patch)
treef35286fca5886cdf57237c78976c64d7de18f8bb /system
parent41c67e2c8d155dfadc6f5d413b9034738e74b438 (diff)
parent6578d771f3ff3c76774049560fef69fa52302b4f (diff)
Merge pull request #1500 from avdleeuw/pvrkeymapping
[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>