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:
parent
8002f770a0
commit
3688055ced
@ -2297,7 +2297,6 @@ impl WindowView {
|
||||
key_is_down,
|
||||
raw: Some(raw_key_event),
|
||||
}
|
||||
.normalize_ctrl()
|
||||
.normalize_shift();
|
||||
|
||||
log::debug!(
|
||||
|
Loading…
Reference in New Issue
Block a user