mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
47addfa53c
Looking closer, I think I'd misread the key event generated by
perform_key_equivalent for the ctrl-escape case as a key down.
Fixing this is fairly straightforward: when we return YES from
perform_key_equivalent we synthesize a key_down event.
macos will follow up with the key up.
We can fold two cases together in there and remove the horrible
hack style fix I just added in
|
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |