[UX] Allow keyboard layout selection (#5318)

Fixes <https://github.com/koreader/koreader/issues/3998>.

This isn't quite what I want but I've been letting this slip for
too long due to fancier keyboard interaction concepts.
This commit is contained in:
Frans de Jonge
2019-09-06 17:01:37 +02:00
committed by GitHub
parent 20ebb55703
commit 17e437dbd0
5 changed files with 120 additions and 49 deletions

View File

@@ -210,6 +210,10 @@ if Device:isAndroid() then
end
if Device:isTouchDevice() then
common_settings.keyboard_layout = {
text = _("Keyboard layout"),
sub_item_table = require("ui/elements/menu_keyboard_layout"),
}
common_settings.taps_and_gestures = {
text = _("Taps and gestures"),
}