mirror of
https://github.com/swaywm/sway.git
synced 2026-02-23 01:40:27 -05:00
Merge 1f559879c3 into e3c2412565
This commit is contained in:
commit
06dab57a14
3 changed files with 73 additions and 66 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue