alacritty: fix for my system
This commit is contained in:
@@ -390,5 +390,11 @@ key_bindings:
|
|||||||
- { key: F11, mods: Command, chars: "\x1b[23;3~" }
|
- { key: F11, mods: Command, chars: "\x1b[23;3~" }
|
||||||
- { key: F12, mods: Command, chars: "\x1b[24;3~" }
|
- { key: F12, mods: Command, chars: "\x1b[24;3~" }
|
||||||
- { key: NumpadEnter, chars: "\n" }
|
- { key: NumpadEnter, chars: "\n" }
|
||||||
- { key: LBracket, mods: Alt, chars: "[" }
|
- { key: 23, mods: Alt, chars: "[" }
|
||||||
- { key: RBracket, mods: Alt, chars: "]" }
|
- { key: 22, mods: Alt, chars: "]" }
|
||||||
|
- { key: 26, mods: Alt, chars: "|" }
|
||||||
|
- { key: 28, mods: Alt, chars: "{" }
|
||||||
|
- { key: 25, mods: Alt, chars: "}" }
|
||||||
|
- { key: Backslash, mods: Alt|Shift, chars: "\\" }
|
||||||
|
- { key: 37, mods: Alt, chars: "@" }
|
||||||
|
- { key: N, mods: Alt, chars: "~" }
|
||||||
|
Reference in New Issue
Block a user