diff options
author | xhaggi <sascha.woo@gmail.com> | 2015-04-23 11:56:28 +0200 |
---|---|---|
committer | xhaggi <sascha.woo@gmail.com> | 2015-04-23 11:57:21 +0200 |
commit | 7d80b314e880360ce4be78187a9f28ff538715fe (patch) | |
tree | b11059a4b65e37d9f236bac0997226b56330c36b /system | |
parent | a6024de33cac79678ac3891418f32563a7c2ce2b (diff) |
[keymaps] map ReloadKeymaps to shift+control+k and ToggleDebug to shift+control+d
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/keyboard.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index e52ad268c9..261d438e51 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -154,6 +154,8 @@ <!-- 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> + <k mod="ctrl,shift">ReloadKeymaps</k> + <d mod="ctrl,shift">ToggleDebug</d> </keyboard> </global> <LoginScreen> |