diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2017-11-14 12:25:00 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2017-11-16 17:01:42 -0800 |
commit | 0e6f3957570a0fce50ddf3edcbdabc441b85992c (patch) | |
tree | 968a3bcf4f8f8bc927b33f6910dbd48322b294c6 /system/keymaps | |
parent | 09a8dae7e9384278b446e464202059803c22c3e8 (diff) |
Home window: Show shutdown menu when B is held
This makes the B button mirror the behavior of the Backspace key.
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/joystick.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index fb052e133a..defdfeffa9 100644 --- a/system/keymaps/joystick.xml +++ b/system/keymaps/joystick.xml @@ -70,6 +70,12 @@ <rightstick direction="down">VolumeDown</rightstick> </joystick> </global> + <Home> + <joystick profile="game.controller.default"> + <b>Back</b> + <b holdtime="500">ActivateWindow(ShutdownMenu)</b> + </joystick> + </Home> <FileManager> <joystick profile="game.controller.default"> <rightbumper>Highlight</rightbumper> |