1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 23:04:49 +03:00
This commit is contained in:
Wez Furlong 2019-02-20 20:52:36 -08:00
parent 42fb687759
commit 7e2b4f006d

View File

@ -531,7 +531,7 @@ impl TerminalWindow {
V::X => shifted!('x'),
V::Y => shifted!('y'),
V::Z => shifted!('z'),
V::Return |V::NumpadEnter => KeyCode::Enter,
V::Return | V::NumpadEnter => KeyCode::Enter,
V::Back => KeyCode::Backspace,
V::Escape => KeyCode::Escape,
V::Delete => KeyCode::Delete,