mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Send newline with NumpadEnter
This commit is contained in:
parent
48c0a7b067
commit
a6e8974a06
1 changed files with 1 additions and 0 deletions
|
@ -373,3 +373,4 @@ key_bindings:
|
|||
- { key: F10, mods: Command, chars: "\x1b[21;3~" }
|
||||
- { key: F11, mods: Command, chars: "\x1b[23;3~" }
|
||||
- { key: F12, mods: Command, chars: "\x1b[24;3~" }
|
||||
- { key: NumpadEnter, chars: "\n" }
|
||||
|
|
Loading…
Reference in a new issue