1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00
wezterm/window
Wez Furlong 8c3d2f6eb6 windows: make repeated dead key handling consistent with other apps
On Windows in FRA layout, `^^SPACE` results in `^^SPACE`, whereas
on Linux it results in `^SPACE`.  We were doing the latter instead
of the former.

Let's just be consistent with other windows apps.

closes: #1729
closes: #1730
2022-03-18 10:42:14 -07:00
..
examples Detect mouse leaving the window (#1679) 2022-03-11 08:26:09 -08:00
src windows: make repeated dead key handling consistent with other apps 2022-03-18 10:42:14 -07:00
build.rs macos: handle dead keys without IME 2021-01-31 17:06:30 -08:00
Cargo.toml refactor: move color parsing into wezerm-color-types crate 2022-02-05 13:59:54 -07:00