Skip to content

Commit

Permalink
Merge pull request xbmc#7008 from NedScott/keymap_tweak
Browse files Browse the repository at this point in the history
Change smallstepback to seek(-7) + debugging and reload keymap
  • Loading branch information
xhaggi committed Apr 23, 2015
2 parents 7c7452e + 7d80b31 commit 4153eba
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion system/keymaps/gamepad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<Y>AspectRatio</Y>
<black>CodecInfo</black>
<white>Info</white>
<back>SmallStepBack</back>
<back>Seek(-7)</back><!-- Replaces smallstepback -->
<start>OSD</start>
<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
Expand Down
2 changes: 1 addition & 1 deletion system/keymaps/joystick.Harmony.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
-->
<button id="5">AspectRatio</button>
<button id="6">ShowSubtitles</button>
<button id="7">SmallStepBack</button>
<button id="7">Seek(-7)</button><!-- Replaces smallstepback -->
<button id="8">Info</button>
<button id="10">AudioNextLanguage</button>
<button id="11">ChapterOrBigStepForward</button>
Expand All @@ -290,7 +290,7 @@
<button id="3">OSD</button>
<button id="5">AspectRatio</button>
<button id="6">ShowSubtitles</button>
<button id="7">SmallStepBack</button>
<button id="7">Seek(-7)</button><!-- Replaces smallstepback -->
<button id="8">Info</button>
<button id="9">ActivateWindow(Home)</button> <!-- guide -->
<button id="10">ActivateWindow(ShutdownMenu)</button> <!-- left stick -->
Expand Down Expand Up @@ -710,4 +710,4 @@
<button id="11">Close</button>
</joystick>
</ProfileSettings>
</keymap>
</keymap>
2 changes: 1 addition & 1 deletion system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<button id="14">ChapterOrStepForward</button>
<button id="15">BigStepBack</button>
<button id="16">StepBack</button>
<button id="17">SmallStepBack</button>
<button id="17">Seek(-7)</button><!-- Replaces smallstepback -->
<axis limit="0" id="3">AnalogRewind</axis>
<axis limit="0" id="6">AnalogFastForward</axis>
</joystick>
Expand Down
2 changes: 1 addition & 1 deletion system/keymaps/joystick.Ouya.Controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<button id="4">Stop</button>
<button id="5">AspectRatio</button>
<button id="6">ShowSubtitles</button>
<button id="7">SmallStepBack</button>
<button id="7">Seek(-7)</button><!-- Replaces smallstepback -->
<button id="8">Info</button>
<button id="9">BigStepForward</button>
<button id="10">BigStepBack</button>
Expand Down
2 changes: 1 addition & 1 deletion system/keymaps/joystick.PS4.Controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<button id="3">Stop</button>
<button id="5">AspectRatio</button>
<button id="6">ShowSubtitles</button>
<button id="11">SmallStepBack</button>
<button id="11">Seek(-7)</button><!-- Replaces smallstepback -->
<button id="12">Info</button>
<hat id="1" position="left">StepBack</hat>
<hat id="1" position="right">StepForward</hat>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<button id="16">OSD</button>
<button id="11">AspectRatio</button>
<button id="12">ShowSubtitles</button>
<button id="1">SmallStepBack</button>
<button id="1">Seek(-7)</button><!-- Replaces smallstepback -->
<button id="4">Info</button>
<button id="17">ActivateWindow(Home)</button>
<button id="2">ActivateWindow(ShutdownMenu)</button>
Expand Down
2 changes: 1 addition & 1 deletion system/keymaps/joystick.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
-->
<button id="5">AspectRatio</button>
<button id="6">ShowSubtitles</button>
<button id="7">SmallStepBack</button>
<button id="7">Seek(-7)</button><!-- Replaces smallstepback -->
<button id="8">Info</button>
<button id="10">AudioNextLanguage</button>
<button id="11">BigStepForward</button>
Expand Down
4 changes: 3 additions & 1 deletion system/keymaps/keyboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -249,7 +251,7 @@
<period>StepForward</period>
<comma>StepBack</comma>
<backspace>Fullscreen</backspace>
<quote>SmallStepBack</quote>
<quote>Seek(-7)</quote><!-- Replaces smallstepback -->
<opensquarebracket>BigStepForward</opensquarebracket>
<closesquarebracket>BigStepBack</closesquarebracket>
<return>OSD</return>
Expand Down
2 changes: 1 addition & 1 deletion system/keymaps/touchscreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<swipe direction="right">StepForward</swipe>
<swipe direction="up">ChapterOrBigStepForward</swipe>
<swipe direction="down">ChapterOrBigStepBack</swipe>
<swipe direction="left" pointers="2">SmallStepBack</swipe>
<swipe direction="left" pointers="2">Seek(-7)</swipe>
</touch>
</FullScreenVideo>
<Visualisation>
Expand Down

0 comments on commit 4153eba

Please sign in to comment.