You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui/data
Aleksa Sarai cdae66a661 keyboard: japanese: switch to 12-key flick layout
This layout is far more commonly used on mobile devices, and allows for
much easier typing. The keyboard primarily functions through gestures in
the four cardinal directions to select which vowel kana to select. In
addition, users can cycle through each kana row by tapping the key
within a 2-second window (this is the equivalent to T9 input for
Japanese phone keyboards).

This also resolves the long-standing issue that the old keyboard did not
correctly handle dakuten (there was a standalone dakuten key which added
a stray dakuten mark, and the umlat mode which added dakuten to all of
the keys it could) and could not input handakuten characters at all.

In order to allow adding dakuten and cycling through the various
modifiers for the previous kana, we need to wrap the input-box (similar
to korean) but luckily we don't need any state machine magic since we
just need to modify the last character in the character buffer. However
because the tap timeout for T9-like-cycling needs to be reset after any
non-tap key we need to add some basic wrappers around a few other
input-box methods.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
3 years ago
..
keyboardlayouts keyboard: japanese: switch to 12-key flick layout 3 years ago
creoptions.lua Spinwidgets: can now get width or width_factor (#8269) 3 years ago
css_tweaks.lua Help text fixes (#8217) 3 years ago
dictionaries.lua dictionaries: switch to far more up-to-date JM(ne)dict (#8413) 3 years ago
koptoptions.lua Kopt: keep 4 items per panel 3 years ago
onetime_migration.lua [frontlight, kobo, cervantes] Remove auto_warmth (#8154) 3 years ago
optionsutil.lua Notifications: options to show none/some/more (#7718) 3 years ago
settings_migration.lua Centralize one time migration code after updates (#7531) 3 years ago