1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00
wezterm/wezterm-input-types
Wez Furlong f34d3a872e keys: fix always parsing key="F" as physical key
When considering "F" we'd try to parse it as "F<NUMBER>" and fail,
so fall back to producing `Physical(F)` instead.

Since this was in the context of CMD-F in the default keymap code,
we'd then generate ctrl-F as an equivalent when considering the
ctrl-shift case.

cc: @CIAvash
2022-04-07 06:39:06 -07:00
..
src keys: fix always parsing key="F" as physical key 2022-04-07 06:39:06 -07:00
Cargo.toml input-types: introduce PhysKeyCode type 2022-01-01 21:35:37 -07:00