diff options
Diffstat (limited to 'system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml')
-rw-r--r-- | system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml b/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml index 1dc997b31e..ae4b4b8a6f 100644 --- a/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml +++ b/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml @@ -19,7 +19,7 @@ <!-- </universalremote> --> <!-- Note that the action can be a built-in function. --> -<!-- eg <B>XBMC.ActivateWindow(MyMusic)</B> --> +<!-- eg <B>ActivateWindow(MyMusic)</B> --> <!-- would automatically go to My Music on the press of the B button. --> <!-- Joysticks / Gamepads: --> @@ -51,8 +51,8 @@ <button id="5">Up</button> <button id="7">Down</button> <button id="2">Screenshot</button> - <button id="3">XBMC.ActivateWindow(ShutdownMenu)</button> - <button id="4">XBMC.ActivateWindow(PlayerControls)</button> + <button id="3">ActivateWindow(ShutdownMenu)</button> + <button id="4">ActivateWindow(PlayerControls)</button> <axis limit="+1" id="4">VolumeDown</axis> <axis limit="-1" id="4">VolumeUp</axis> <axis limit="+1" id="1">AnalogSeekForward</axis> |