mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Support 'Ctrl' shortcuts on hasKeyboard (#12347)
This commit is contained in:
@@ -39,7 +39,7 @@ end
|
||||
|
||||
function ReaderWikipedia:registerKeyEvents()
|
||||
if Device:hasKeyboard() then
|
||||
self.key_events.ShowWikipediaLookup = { { "Alt", "W" } }
|
||||
self.key_events.ShowWikipediaLookup = { { "Alt", "W" }, { "Ctrl", "W" } }
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user