diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 3c380933..399ed6a7 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -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; |
