mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
6c5a996423
I noticed that the built-in CTRL-SHIFT-1 assignment had stopped working because that key press was being recognized as CTRL-SHIFT-! with the recent changes in handling keyboard input. This commit sets the raw key to the position-based fallback that we'd use if ToUnicode didn't return the correct mapping. This is sufficient for this sort of un-modified key assignment because the key is based on the virtual key code and is ignorant of how the keyboard layout might compose those keys with SHIFT; that is exactly what we want in this situation. |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |