mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
8e16756474
deadkeys that are triggered through shift (eg: backtick on a German layout) weren't working because we were trying to lookup in our maps using `SHIFT | LEFT_SHIFT` when the map data was keyed only by `SHIFT`. This commit removes the positional modifier flags from the modifier keys and restores the correct behavior. refs: https://github.com/wez/wezterm/issues/2102 |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |