input: kitty: send release events for composed keys

This commit is contained in:
Daniel Eklöf 2025-03-11 08:36:37 +01:00
parent 04fcc5f5b5
commit 7976975a8a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1157,9 +1157,6 @@ kitty_kbd_protocol(struct seat *seat, struct terminal *term,
if (!report_events && released)
return false;
if (composed && released)
return false;
/* TODO: should we even bother with this, or just say it's not supported? */
if (!disambiguate && !report_all_as_escapes && pressed)
return legacy_kbd_protocol(seat, term, ctx);