mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
b92e778fd7
commit
92fb1df03a
48 changed files with 221 additions and 69 deletions
|
@ -102,6 +102,10 @@ masf
|
|||
masd
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_MORSE_INPUT)
|
||||
morse_input
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_PITCHSCREEN)
|
||||
pitchscreen
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue