diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2017-07-06 14:39:53 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2017-07-07 10:36:21 -0700 |
commit | 9ecbcd51c4fe917a1be13619a3afa9ad55965291 (patch) | |
tree | c63a07fa1e42bcd45d7b3ea09803700109146c96 /system/keymaps/joystick.xml | |
parent | 734cda1794e45d42b5446354c64ce379e8210f84 (diff) |
Fix broken virtual keyboard when using a controller
By setting "a" to the Shift action, the correct Select actions were being
blocked, making the virtual keyboard unusable.
Diffstat (limited to 'system/keymaps/joystick.xml')
-rw-r--r-- | system/keymaps/joystick.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index f28bae0f60..a67e3ec993 100644 --- a/system/keymaps/joystick.xml +++ b/system/keymaps/joystick.xml @@ -296,7 +296,8 @@ </VideoPlaylist> <VirtualKeyboard> <joystick profile="game.controller.default"> - <a>Shift</a> + <a>Select</a> + <a holdtime="500">Shift</a> <b>BackSpace</b> <y>Symbols</y> <leftbumper>Shift</leftbumper> |