alacritty: disable the annoying Ctrl+Shift+Space shortcut
This commit is contained in:
@@ -54,6 +54,12 @@ in
|
|||||||
key = "PageDown"
|
key = "PageDown"
|
||||||
action = "ScrollPageDown"
|
action = "ScrollPageDown"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
# disable builtin Ctrl+Shift+Space => visual selection binding
|
||||||
|
mods = "Control|Shift"
|
||||||
|
key = "Space"
|
||||||
|
action = "None"
|
||||||
|
|
||||||
# disable OS shortcuts which leak through...
|
# disable OS shortcuts which leak through...
|
||||||
# see sway config or sane-input-handler for more info on why these leak through
|
# see sway config or sane-input-handler for more info on why these leak through
|
||||||
[[keyboard.bindings]]
|
[[keyboard.bindings]]
|
||||||
|
Reference in New Issue
Block a user