diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2015-08-18 08:12:45 +0200 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2015-08-18 08:12:45 +0200 |
commit | 7437bea135d548c05a06367ad513bfc41e5a0769 (patch) | |
tree | 45a10e37328eeb444ed9856129bffbb9c0ef56d7 /system | |
parent | 544b5cd6ee11cfeb838dbf07c9cd2aedd34e7b7c (diff) | |
parent | fad147602324e4752ffcf93c8ddd37683e817e4e (diff) |
Merge pull request #7796 from zzattack/volumeadjust-fix
[xbmc] volume adjustment fix for trac #16063
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml | 6 |
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> |