mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Updates the plugin keymap to use Long Home to exit plugins to be more inline with the core keymap.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20680 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ec797ed622
commit
e6cbad6974
55 changed files with 294 additions and 116 deletions
|
@ -141,7 +141,7 @@ enum minesweeper_status {
|
|||
# define MINESWP_RIGHT BUTTON_RIGHT
|
||||
# define MINESWP_UP BUTTON_UP
|
||||
# define MINESWP_DOWN BUTTON_DOWN
|
||||
# define MINESWP_QUIT BUTTON_POWER
|
||||
# define MINESWP_QUIT (BUTTON_HOME|BUTTON_REPEAT)
|
||||
# define MINESWP_TOGGLE BUTTON_SCROLL_FWD
|
||||
# define MINESWP_DISCOVER BUTTON_SELECT
|
||||
# define MINESWP_INFO BUTTON_SCROLL_BACK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue