diff options
author | NedScott <ned@nedscott.com> | 2013-12-14 05:13:15 -0700 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2014-01-05 16:31:41 +1300 |
commit | eff9729876f5f9eb2f70fcccf357272e8c8a7954 (patch) | |
tree | deecccd69c9ff35255cfbbb10bfe499a5f26e10b /system | |
parent | d8290678f30461a4c5fcaccfbab0ad4029cc91fd (diff) |
Update keyboard.xml with ChapterOrBigStepForward/Back
Per https://github.com/xbmc/xbmc/pull/3280
This allows the behavior from v12 to be consistent with v13
Diffstat (limited to 'system')
-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 7db7973932..e9072f4add 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -233,8 +233,8 @@ <l>NextSubtitle</l> <left>StepBack</left> <right>StepForward</right> - <up>BigStepForward</up> - <down>BigStepBack</down> + <up>ChapterOrBigStepForward</up> + <down>ChapterOrBigStepBack</down> <a>AudioDelay</a> <escape>Fullscreen</escape> <c>Playlist</c> |