Support 'Ctrl' shortcuts on hasKeyboard (#12347)

This commit is contained in:
David
2024-08-13 19:34:34 +01:00
committed by GitHub
parent 6eddc66516
commit f3c0af49c2
6 changed files with 8 additions and 8 deletions

View File

@@ -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