diff options
author | NedScott <ned@nedscott.com> | 2015-04-22 17:16:11 -0700 |
---|---|---|
committer | xhaggi <sascha.woo@gmail.com> | 2015-04-23 11:57:20 +0200 |
commit | a6024de33cac79678ac3891418f32563a7c2ce2b (patch) | |
tree | 7ffcf1f90443caf6160bc96febcfd93f913b6667 /system/keymaps/joystick.Harmony.xml | |
parent | 7c7452ea45a06c06f1286ee99e2391bf91213b84 (diff) |
[keymaps] replace smallstepback with built-in Seek(-7)
Diffstat (limited to 'system/keymaps/joystick.Harmony.xml')
-rw-r--r-- | system/keymaps/joystick.Harmony.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/joystick.Harmony.xml b/system/keymaps/joystick.Harmony.xml index 09c1dec842..5a426c8fc7 100644 --- a/system/keymaps/joystick.Harmony.xml +++ b/system/keymaps/joystick.Harmony.xml @@ -167,7 +167,7 @@ <!-- left --> <button id="3">StepBack</button> <!-- right --> <button id="4">StepForward</button> <!-- menu --> <button id="6">OSD</button> - <!-- Prev --> <button id="32">SmallStepBack</button> + <!-- Prev --> <button id="32">Seek(-7)</button> <!-- Info --> <button id="31">Info</button> <!-- F7 --> <button id="95">NextSubtitle</button> <!-- F6 --> <button id="94">ShowSubtitles</button> |