qpdfview: update: Add G as jump shortcut
This commit is contained in:
parent
d104726b73
commit
7b0e53318d
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ shortcut_config.read(QPDFVIEW_CONFIG_SHORTCUTS)
|
|||
shortcut_config["General"]["continuousMode"] = "Ctrl+7, C"
|
||||
shortcut_config["General"]["findNext"] = "Ctrl+G, Return"
|
||||
shortcut_config["General"]["findPrevious"] = "Ctrl+Shift+G, Shift+Return"
|
||||
shortcut_config["General"]["jumpToPage"] = "Ctrl+J, G"
|
||||
shortcut_config["General"]["nextPage"] = "Space, N"
|
||||
shortcut_config["General"]["previousPage"] = "Backspace, P"
|
||||
|
||||
|
|
Loading…
Reference in a new issue