mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[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:
@@ -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"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user