aboutsummaryrefslogtreecommitdiff
path: root/system/keymaps
diff options
context:
space:
mode:
authorFrank Razenberg <frank@zzattack.org>2015-08-12 23:44:52 +0200
committerFrank Razenberg <frank@zzattack.org>2015-08-12 23:44:52 +0200
commitfad147602324e4752ffcf93c8ddd37683e817e4e (patch)
tree2c03663de0530c010b1f539b3aebfde6e07842f4 /system/keymaps
parent988c8f64265e72b11d2661e8b1b0317b04d89ffd (diff)
[keymap] undo workaround for volume adjustment issue
Diffstat (limited to 'system/keymaps')
-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>