diff options
author | John Rennie <john.rennie@ratsauce.co.uk> | 2011-09-29 09:14:18 +0100 |
---|---|---|
committer | John Rennie <john.rennie@ratsauce.co.uk> | 2011-09-29 09:14:18 +0100 |
commit | 379f5a93b6719fdf8bd0d05100ff71ae5eae726c (patch) | |
tree | 01f4add2805ddda890e59c7b5343b9a37176f179 /system | |
parent | 65a4d97ba4cdba851316b876888feaa0cc32fee9 (diff) |
Add mapping for MCE DVD menu keypress ctrl-shift-M
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/keyboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index 6fdad1c05f..174800d3d3 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -133,12 +133,12 @@ <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">Notification(MCEKeypress, DVD menu, 3)</m> <u mod="ctrl">Notification(MCEKeypress, DVD subtitle, 3)</u> <a mod="ctrl,shift">Notification(MCEKeypress, DVD audio, 3)</a> </keyboard> |