diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2015-12-04 17:25:09 +0100 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2015-12-04 17:25:09 +0100 |
commit | eaca27281181ad7a65cda3d79b21fc151027bd10 (patch) | |
tree | 708bd65a0f94cfd7660ff3ea5bf67ca87615cce4 /system | |
parent | c8b3fc894ea4a78b28045d81ce0f2edf57b1e9c5 (diff) | |
parent | 87a066c63fd7a159be7a7c1a19afe8e57bece1c5 (diff) |
Merge pull request #8448 from jhsrennie/addon360
Set the XBox 360 X button action to ContextMenu in an addon
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml b/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml index b6c7d8545e..5f1ee37112 100644 --- a/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml +++ b/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml @@ -600,10 +600,10 @@ </ContextMenu> <Scripts> <joystick family="Xbox 360 Controller (Windows)"> - <button id="3">Info</button> + <button id="3">ContextMenu</button> </joystick> <joystick family="Xbox 360 Controller (xpad)"> - <button id="3">Info</button> + <button id="3">ContextMenu</button> </joystick> </Scripts> <Settings> |