alacritty: disable the annoying Ctrl+Shift+Space shortcut

This commit is contained in:
2025-09-09 22:54:26 +00:00
parent c5dc5a7561
commit 2f0a2cc27b

View File

@@ -54,6 +54,12 @@ in
key = "PageDown"
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...
# see sway config or sane-input-handler for more info on why these leak through
[[keyboard.bindings]]