mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FS#10785: Add new context CONTEXT_MORSE_INPUT for keymaps which is used during morse input mode in virtual keyboard.
This will enable to use morse input on targets that doesn't have enough key for both the keyboard and morse input in one context. Enable morse input on archosondio as an example. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24250 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cf5178a5b1
commit
b7f728d138
24 changed files with 55 additions and 4 deletions
|
@ -75,6 +75,7 @@ enum {
|
|||
CONTEXT_YESNOSCREEN, /*NOTE: make sure your target has this and ACTION_YESNO_ACCEPT */
|
||||
CONTEXT_RECSCREEN,
|
||||
CONTEXT_KEYBOARD,
|
||||
CONTEXT_MORSE_INPUT,
|
||||
CONTEXT_FM,
|
||||
CONTEXT_USB_HID,
|
||||
CONTEXT_USB_HID_MODE_MULTIMEDIA,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue