mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix a typo "Q to E" -> "Q to P" in Active Keys helppage.
This commit is contained in:
@@ -189,7 +189,7 @@ function SelectMenu:addAllCommands()
|
||||
table.insert(KEY_Q_to_P, Keydef:new(i, nil, ""))
|
||||
end
|
||||
self.commands:addGroup("Q to P", KEY_Q_to_P,
|
||||
"Select item with Q to E key as shortcut",
|
||||
"Select item with Q to P key as shortcut",
|
||||
function(sm, keydef)
|
||||
sm.selected_item = sm:getItemIndexByShortCut(
|
||||
sm.item_shortcuts[ keydef.keycode - KEY_Q + 1 ], sm.perpage)
|
||||
|
||||
Reference in New Issue
Block a user