summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-m200.c
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2009-11-08 13:14:50 +0000
committerTeruaki Kawashima <teru@rockbox.org>2009-11-08 13:14:50 +0000
commit92fb1df03aa1d7cd33bb07f7222e36e954409e52 (patch)
tree79c471e6aceac1ca49ca98bdcb10b7f1b084119a /apps/keymaps/keymap-m200.c
parentb92e778fd71dfc86d41e6ddf68cf7b35477bc927 (diff)
downloadrockbox-92fb1df03aa1d7cd33bb07f7222e36e954409e52.tar.gz
rockbox-92fb1df03aa1d7cd33bb07f7222e36e954409e52.zip
FS#10338: Add "use morse input " entry to settings menu
* Remember last used text input mode (keyboard or morse input) in settings. * Add setting "Use Morse Code Input" under Settings -> General Settings -> System. Now it is possible for some of targets without button combo for changing input mode to use morse input by changing the setting. it's not possible for them to change input mode during in the keyboard screen of course. There are still targets without morse input mode. Flyspray: FS#10338 Author: myself, David Johnston git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23567 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps/keymap-m200.c')
-rw-r--r--apps/keymaps/keymap-m200.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-m200.c b/apps/keymaps/keymap-m200.c
index 78a4947b2f..e3aa093a81 100644
--- a/apps/keymaps/keymap-m200.c
+++ b/apps/keymaps/keymap-m200.c
@@ -274,6 +274,7 @@ static const struct button_mapping button_context_keyboard[] = {
274 { ACTION_KBD_DONE, BUTTON_VOL_UP, BUTTON_NONE }, 274 { ACTION_KBD_DONE, BUTTON_VOL_UP, BUTTON_NONE },
275 { ACTION_KBD_DONE, BUTTON_VOL_DOWN, BUTTON_NONE }, 275 { ACTION_KBD_DONE, BUTTON_VOL_DOWN, BUTTON_NONE },
276 { ACTION_KBD_ABORT, BUTTON_POWER, BUTTON_NONE }, 276 { ACTION_KBD_ABORT, BUTTON_POWER, BUTTON_NONE },
277 { ACTION_KBD_MORSE_SELECT, BUTTON_SELECT|BUTTON_REL, BUTTON_NONE },
277 278
278 LAST_ITEM_IN_LIST 279 LAST_ITEM_IN_LIST
279}; /* button_context_keyboard */ 280}; /* button_context_keyboard */