This commit is contained in:
Furkan Sahin 2026-01-29 10:08:27 +02:00 committed by GitHub
commit 06dab57a14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 73 additions and 66 deletions

View file

@ -62,7 +62,7 @@ struct sway_binding {
char *input;
uint32_t flags;
list_t *keys; // sorted in ascending order
list_t *syms; // sorted in ascending order; NULL if BINDING_CODE is not set
list_t **translations; // translations[i] = all keycodes for keysym keys[i]
uint32_t modifiers;
xkb_layout_index_t group;
char *command;