1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-08 23:17:36 +03:00

macos: remove .normalize_ctrl from key processing

We don't want/need this any longer.

refs: https://github.com/wez/wezterm/issues/1851#issuecomment-1099501144
This commit is contained in:
Wez Furlong 2022-04-15 21:04:12 -07:00
parent 8002f770a0
commit 3688055ced

View File

@ -2297,7 +2297,6 @@ impl WindowView {
key_is_down,
raw: Some(raw_key_event),
}
.normalize_ctrl()
.normalize_shift();
log::debug!(