forked from len0rd/rockbox
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
|
|
@ -135,8 +135,8 @@ PLUGIN_HEADER
|
|||
#define AST_FIRE_REP (BUTTON_SELECT | BUTTON_REPEAT)
|
||||
|
||||
#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD)
|
||||
#define AST_PAUSE BUTTON_HOME
|
||||
#define AST_QUIT BUTTON_POWER
|
||||
#define AST_PAUSE (BUTTON_SELECT | BUTTON_UP)
|
||||
#define AST_QUIT (BUTTON_HOME|BUTTON_REPEAT)
|
||||
#define AST_THRUST_REP (BUTTON_UP | BUTTON_REPEAT)
|
||||
#define AST_THRUST BUTTON_UP
|
||||
#define AST_HYPERSPACE BUTTON_DOWN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue