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:
@@ -166,7 +166,7 @@ end
|
||||
|
||||
function ReaderDictionary:registerKeyEvents()
|
||||
if Device:hasKeyboard() then
|
||||
self.key_events.ShowDictionaryLookup = { { "Alt", "D" } }
|
||||
self.key_events.ShowDictionaryLookup = { { "Alt", "D" }, { "Ctrl", "D" } }
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user