Don't bind ctrl+backspace to zoom reset
ctrl+backspace is used to delete previous word in a text field
This commit is contained in:
parent
b25f3f3e51
commit
c3dfb523b6
|
@ -123,7 +123,7 @@ class UISettings(JSONConfigFile):
|
|||
|
||||
"zoomIn": ["Ctrl+Plus", "Ctrl+Shift+Plus"],
|
||||
"zoomOut": ["Ctrl+Minus", "Ctrl+Shift+Minus"],
|
||||
"zoomReset": ["Ctrl+Equal", "Ctrl+Backspace"],
|
||||
"zoomReset": ["Ctrl+Equal", "Ctrl+Shift+Backspace"],
|
||||
|
||||
"scrollUp": ["Alt+Up", "Alt+K"],
|
||||
"scrollDown": ["Alt+Down", "Alt+J"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user