mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
0cfdf0999c
For reasons that I cannot remember, I made `send_composed_key_when_left_alt_is_pressed` and `send_composed_key_when_right_alt_is_pressed` only take effect if only the ALT modifiers were pressed. If SHIFT or CTRL were pressed, then the purpose of `send_composed_key_when_left_alt_is_pressed` was bypassed. This commit scopes this back to the alt mods - other kinds of mods don't affect this functionality any more. refs: https://github.com/wez/wezterm/issues/1826 |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |