mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
input: kitty: add support for the “report event” mode (0b10)
This commit is contained in:
parent
71606009fd
commit
30f60259cc
2 changed files with 39 additions and 14 deletions
|
|
@ -133,7 +133,7 @@ enum kitty_kbd_flags {
|
|||
KITTY_KBD_REPORT_ALTERNATE = 0x04,
|
||||
KITTY_KBD_REPORT_ALL = 0x08,
|
||||
KITTY_KBD_REPORT_ASSOCIATED = 0x10,
|
||||
KITTY_KBD_SUPPORTED = KITTY_KBD_DISAMBIGUATE,
|
||||
KITTY_KBD_SUPPORTED = KITTY_KBD_DISAMBIGUATE | KITTY_KBD_REPORT_EVENT,
|
||||
};
|
||||
|
||||
struct grid {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue