Wayland: Keyboard input improvements (#7989)
Release Notes: - N/A --- Right now the Wayland backend is using `xkb::State::key_get_utf8` as the `key`, when it should be used as the `ime_key`. It also manages pressing/releasing modifiers manually when this should be managed by the display server. This allows modifier combinations to work in more cases, making it an alternative to https://github.com/zed-industries/zed/pull/7975, which interprets what is now only used as the `ime_key` value as a `key` value.
T
Tadeo Kondrak committed
2b56c43f2d2172d0a8dcaadd9096280eaa7d2de7
Parent: bd137b0
Committed by GitHub <noreply@github.com>
on 2/19/2024, 5:25:42 AM