Send newline with NumpadEnter

This commit is contained in:
Aleksandr Pasechnik 2018-07-21 13:41:39 -04:00 committed by Christian Duerr
parent 48c0a7b067
commit a6e8974a06
1 changed files with 1 additions and 0 deletions

View File

@ -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" }