aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Razenberg <frank@zzattack.org>2015-08-12 23:44:52 +0200
committerFrank Razenberg <frank@zzattack.org>2015-08-17 00:58:02 +0200
commita657826315ad536ac8791413508f0645eb2d8492 (patch)
tree5ca3edc4eda5b2563f83edaa76e3d0166657d7ca
parentde0c4bde9ee5d03cbc8df67f3aae42d605b124c1 (diff)
[keymap] undo workaround for volume adjustment issue
-rw-r--r--system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml b/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
index e4d2d07c92..43aee76c38 100644
--- a/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
+++ b/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
@@ -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>