ZIm/crates/terminal/src/mappings
Conrad Irwin e062f30d9e
Rename ime_key -> key_char and update behavior (#20953)
As part of the recent changes to keyboard support, ime_key is no longer
populated by the IME; but instead by the keyboard.

As part of #20877 I changed some code to assume that falling back to key
was
ok, but this was not ok; instead we need to populate this more similarly
to how
it was done before #20336.

The alternative fix could be to instead of simulating these events in
our own
code to push a fake native event back to the platform input handler.

Closes #ISSUE

Release Notes:

- Fixed a bug where tapping `shift` coudl type "shift" if you had a
binding on "shift shift"
2024-11-20 20:29:47 -07:00
..
colors.rs Upgrade alacritty_terminal in hopes to avoid PTY poll failing 2024-01-26 09:38:05 +01:00
keys.rs Rename ime_key -> key_char and update behavior (#20953) 2024-11-20 20:29:47 -07:00
mod.rs Half way done with mouse reporting 2022-08-18 17:37:24 -07:00
mouse.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00