mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
update(qpdfview): assign Ctrl++/- for zoomIn/Out
This commit is contained in:
parent
2f81ec6035
commit
514ab0c884
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ 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"
|
||||
shortcut_config["General"]["zoomIn"] = "Ctrl+Up, Ctrl++"
|
||||
shortcut_config["General"]["zoomOut"] = "Ctrl+Down, Ctrl+-"
|
||||
|
||||
with open(QPDFVIEW_CONFIG_SHORTCUTS, "w") as file:
|
||||
shortcut_config.write(file, space_around_delimiters=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue