Add modifiers support in wayland backend, parse modifiers in rootston config

This commit is contained in:
emersion 2017-10-03 08:40:10 +02:00
parent 3a8fdebaaa
commit d3d9aca40c
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 57 additions and 13 deletions

View file

@ -19,6 +19,7 @@ struct device_config {
};
struct binding_config {
uint32_t modifiers;
xkb_keysym_t *keysyms;
size_t keysyms_len;
char *command;