mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Virtual keyboard: enable line edit mode as an alternative on all target. There were only a very few that didn't offer it yet. The KBD_MODES define could be removed too now but I leave that to someone else. ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26612 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b8d98fcc19
commit
e1a0e2cd7a
1 changed files with 1 additions and 11 deletions
|
@ -59,20 +59,10 @@
|
|||
/* no key combos to move the cursor if not in line edit mode */
|
||||
#define KBD_MODES /* uses 2 modes, picker and line edit */
|
||||
|
||||
#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \
|
||||
|| (CONFIG_KEYPAD == IRIVER_H300_PAD) \
|
||||
|| (CONFIG_KEYPAD == GIGABEAT_PAD) \
|
||||
|| (CONFIG_KEYPAD == GIGABEAT_S_PAD) \
|
||||
|| (CONFIG_KEYPAD == SANSA_E200_PAD) \
|
||||
|| (CONFIG_KEYPAD == SANSA_FUZE_PAD) \
|
||||
|| (CONFIG_KEYPAD == SANSA_C200_PAD) \
|
||||
|| (CONFIG_KEYPAD == SAMSUNG_YH_PAD)
|
||||
#else
|
||||
/* certain key combos move the cursor even if not in line edit mode */
|
||||
#define KBD_CURSOR_KEYS
|
||||
#define KBD_MODES /* uses 2 modes, picker and line edit */
|
||||
|
||||
#else
|
||||
#define KBD_CURSOR_KEYS /* certain keys move the cursor, no line edit mode */
|
||||
#endif
|
||||
|
||||
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue