Skip to content

Commit

Permalink
[keymap] undo workaround for volume adjustment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zzattack committed Aug 12, 2015
1 parent 988c8f6 commit fad1476
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
Expand Up @@ -93,8 +93,10 @@
<button id="3">ActivateWindow(PlayerControls)</button>
<axis id="1">AnalogSeekForward</axis>
<axis id="2">AnalogSeekBack</axis>
<axis id="3">VolumeUp</axis>
<axis id="4">VolumeDown</axis>
<axis id="3" limit="+1">VolumeUp</axis>
<axis id="3" limit="-1">VolumeDown</axis>
<axis id="4" limit="+1">VolumeDown</axis>
<axis id="4" limit="-1">VolumeUp</axis>
<axis trigger="true" rest="-32768" id="13">ScrollUp</axis>
<axis trigger="true" rest="-32768" id="14">ScrollDown</axis>
<button id="5">Up</button>
Expand Down

0 comments on commit fad1476

Please sign in to comment.