mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
eefe4bd201
The recent switch to DeferredKeyCode introduced a bit of ambiguity when parsing certain keys. One issue was with the map that was used for some parsing didn't have consistent/distinct entries for physical vs. mapped. Another issue is that the key resolution for the simple case where a key had the same physical and mapped representations would always return the mapped one even when physical mode was set as a preference. This commit kills the ambiguous map in favor of an string conversion method on KeyCode. It's possible that this will help with https://github.com/wez/wezterm/issues/1826 a little, but I started looking at this because there were a couple of comments about Alt-Enter and some numpad keys no longer working in the Element channel. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |