mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
6afc35507c
lalt-` is technically a dead key combo, so we entered dead key processing, then realized that `send_composed_key_when_left_alt_is_pressed == false` and that we should ignore the dead-key-ness of the combo, but returned a composed result, which had the modifiers discarded. The correct way to handle this is to signal that it wasn't dead after all and to allow the main flow to build the KeyEvent as normal. |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |