alacritty: fix for my system

This commit is contained in:
2019-06-23 23:25:45 +02:00
parent a857831bcd
commit e13568ea28

View File

@@ -390,5 +390,11 @@ key_bindings:
- { key: F11, mods: Command, chars: "\x1b[23;3~" }
- { key: F12, mods: Command, chars: "\x1b[24;3~" }
- { key: NumpadEnter, chars: "\n" }
- { key: LBracket, mods: Alt, chars: "[" }
- { key: RBracket, mods: Alt, chars: "]" }
- { key: 23, 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: "~" }