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:
@@ -237,7 +237,11 @@ function MultiInputDialog:onSwitchFocus(inputbox)
|
||||
self._input_widget:focus()
|
||||
self.focused_field_idx = inputbox.idx
|
||||
|
||||
-- Make sure we have a (new) visible keyboard
|
||||
if (Device:hasKeyboard() or Device:hasScreenKB()) and G_reader_settings:isFalse("virtual_keyboard_enabled") then
|
||||
-- do not load virtual keyboard when user is hiding it.
|
||||
return
|
||||
end
|
||||
-- Otherwise make sure we have a (new) visible keyboard
|
||||
self:onShowKeyboard()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user