diff options
author | Ned Scott <ned@nedscott.com> | 2016-09-28 17:02:21 -0700 |
---|---|---|
committer | Ned Scott <ned@nedscott.com> | 2016-09-28 17:02:21 -0700 |
commit | 2649355da8ab6e970b1d9cb7c29cc4886dc57558 (patch) | |
tree | 43016fa8e3888205d71b7999a41ba41cc2eb915a /system/keymaps | |
parent | 2f7ce6e978a9a6164f92e87526d439f6f3bbdd80 (diff) |
minor keymap change
As requested here: https://github.com/xbmc/xbmc/commit/9719da3ea8046d363f3ebf650368ce7ef0838ed3#commitcomment-19212541
change control + arrow to alt + arrow, to avoid conflict on Mac OS X.
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/keyboard.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index 0d3fad9c3d..d4dffed997 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -354,8 +354,8 @@ <down>ChapterOrBigStepBack</down> <up mod="longpress">AudioNextLanguage</up> <down mod="longpress">NextSubtitle</down> - <left mod="ctrl">PlayerControl(tempodown)</left> - <right mod="ctrl">PlayerControl(tempoup)</right> + <left mod="alt">PlayerControl(tempodown)</left> + <right mod="alt">PlayerControl(tempoup)</right> <a>AudioDelay</a> <a mod="ctrl">AudioNextLanguage</a> <escape>Fullscreen</escape> |