mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
input: kitty: send release events for composed keys
This commit is contained in:
parent
04fcc5f5b5
commit
7976975a8a
1 changed files with 0 additions and 3 deletions
3
input.c
3
input.c
|
|
@ -1157,9 +1157,6 @@ kitty_kbd_protocol(struct seat *seat, struct terminal *term,
|
||||||
if (!report_events && released)
|
if (!report_events && released)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (composed && released)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
/* TODO: should we even bother with this, or just say it's not supported? */
|
/* TODO: should we even bother with this, or just say it's not supported? */
|
||||||
if (!disambiguate && !report_all_as_escapes && pressed)
|
if (!disambiguate && !report_all_as_escapes && pressed)
|
||||||
return legacy_kbd_protocol(seat, term, ctx);
|
return legacy_kbd_protocol(seat, term, ctx);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue