[ALC] Fix ctrl-slash in alacritty

This commit is contained in:
Fabian Ising
2026-08-03 11:02:26 +02:00
parent 4c5f988d92
commit 5cca1956fc
+5
View File
@@ -61,3 +61,8 @@ y = 0
key = "Return"
mods = "Shift"
chars = "\u001B\r"
[[keyboard.bindings]]
key = "Slash"
mods = "Control"
chars = "\u001F"