diff options
author | John Rennie <john.rennie@ratsauce.co.uk> | 2011-09-29 22:32:31 -0700 |
---|---|---|
committer | John Rennie <john.rennie@ratsauce.co.uk> | 2011-09-29 22:32:31 -0700 |
commit | fd3c711006503bcce18a9dfc0c70d15f5d5afea4 (patch) | |
tree | 9fbd3eadfa598fbc8f6dded5b42505b64107cda8 /system | |
parent | 03837cff433acd0f07edaa9873affe6be6970482 (diff) | |
parent | 379f5a93b6719fdf8bd0d05100ff71ae5eae726c (diff) |
Merge pull request #449 from jhsrennie/master
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> |