Remove duplicated 'Ctrl-Minus' key binding

This commit is contained in:
David Chocholatý
2021-06-05 17:01:19 +02:00
parent 125f9d2630
commit 42c4bd7e0e

View File

@@ -571,7 +571,6 @@ key_bindings:
- { key: Equals, mods: Control, action: IncreaseFontSize }
- { key: Plus, mods: Control, action: IncreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: F11, mods: None, action: ToggleFullscreen }
- { key: Paste, mods: None, action: Paste }
- { key: Copy, mods: None, action: Copy }