mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix delete key binding for macOS
This commit is contained in:
parent
b169459c99
commit
35f8f152cf
1 changed files with 1 additions and 2 deletions
|
@ -204,8 +204,7 @@ key_bindings:
|
|||
- { key: Back, chars: "\x7f" }
|
||||
- { key: Back, mods: Alt, chars: "\x1b\x7f" }
|
||||
- { key: Insert, chars: "\x1b[2~" }
|
||||
- { key: Delete, chars: "\x1b[3~", mode: AppKeypad }
|
||||
- { key: Delete, chars: "\x1b[P", mode: ~AppKeypad }
|
||||
- { key: Delete, chars: "\x1b[3~" }
|
||||
|
||||
# Mouse bindings
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue