forked from len0rd/rockbox
Fuze: Change the button to mark possibilities from a select+up combo to just select, which should be more easily discoverable.
Flyspray: FS#10459 Author: Nick Tryon git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23200 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0070f60441
commit
01702a4032
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_BACK
|
||||
#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_FWD
|
||||
#define SUDOKU_BUTTON_MENU (BUTTON_HOME | BUTTON_REL)
|
||||
#define SUDOKU_BUTTON_POSSIBLE (BUTTON_SELECT | BUTTON_UP)
|
||||
#define SUDOKU_BUTTON_POSSIBLE BUTTON_SELECT
|
||||
|
||||
#elif (CONFIG_KEYPAD == SANSA_C200_PAD)
|
||||
#define SUDOKU_BUTTON_QUIT_PRE BUTTON_POWER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue