mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Show/Hide Virtual keyboard and more keyboard shortcuts (#12162)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user