mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
b09ef80d9f
This commit extends the key event handling for text widgets to always check for appropriate modifier keys. Previously this wasn't necessary, as the text widgets would only ever receive key events it registered for, but now it may be the top-level key event handler and thus receive all key events that aren't handled elsewhere. Fixes: https://todo.sr.ht/~eliasnaur/gio/487 Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>