Show/Hide Virtual keyboard and more keyboard shortcuts (#12162)

This commit is contained in:
David
2024-08-07 17:09:40 +01:00
committed by GitHub
parent 975efae929
commit 2900eef276
12 changed files with 141 additions and 19 deletions

View File

@@ -463,7 +463,8 @@ common_settings.back_in_reader = {
genGenericMenuEntry(_("Go to previous read page"), "back_in_reader", "previous_read_page"),
},
}
if Device:hasKeyboard() then
-- Kindle keyboard does not have a 'Backspace' key
if Device:hasKeyboard() and not Device:hasSymKey() then
common_settings.backspace_as_back = {
text = _("Backspace works as back button"),
checked_func = function()