Skip to content

Commit

Permalink
Merge pull request #5933 from mihawk90/patch-4
Browse files Browse the repository at this point in the history
[keymap] Make XB360 DPads consistent
  • Loading branch information
topfs2 committed Dec 13, 2014
2 parents b024c3c + 907df89 commit 88f9fb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
Expand Up @@ -329,8 +329,8 @@
<!-- D-pad does what you'd expect. Triggers fast forward and rewind. Left stick scans forward and back. -->
<axis id="3" limit="+1">AnalogRewind</axis>
<axis id="3" limit="-1">AnalogFastForward</axis>
<hat id="1" position="up">BigStepForward</hat>
<hat id="1" position="down">BigStepBack</hat>
<hat id="1" position="up">ChapterOrBigStepForward</hat>
<hat id="1" position="down">ChapterOrBigStepBack</hat>
<hat id="1" position="left">StepBack</hat>
<hat id="1" position="right">StepForward</hat>
</joystick>
Expand Down Expand Up @@ -361,8 +361,8 @@
<button id="15">ChapterOrBigStepBack</button>
<axis id="3">AnalogRewind</axis>
<axis id="6">AnalogFastForward</axis>
<hat id="1" position="up">BigStepForward</hat>
<hat id="1" position="down">BigStepBack</hat>
<hat id="1" position="up">ChapterOrBigStepForward</hat>
<hat id="1" position="down">ChapterOrBigStepBack</hat>
<hat id="1" position="left">StepBack</hat>
<hat id="1" position="right">StepForward</hat>
</joystick>
Expand Down

0 comments on commit 88f9fb0

Please sign in to comment.