mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
binding release
This commit is contained in:
parent
bd3ca70e3d
commit
50e791cadb
3 changed files with 82 additions and 21 deletions
|
|
@ -14,7 +14,10 @@ struct sway_keyboard {
|
|||
struct wl_listener keyboard_modifiers;
|
||||
|
||||
xkb_keysym_t pressed_keysyms_translated[SWAY_KEYBOARD_PRESSED_KEYSYMS_CAP];
|
||||
uint32_t modifiers_translated;
|
||||
|
||||
xkb_keysym_t pressed_keysyms_raw[SWAY_KEYBOARD_PRESSED_KEYSYMS_CAP];
|
||||
uint32_t modifiers_raw;
|
||||
};
|
||||
|
||||
struct sway_keyboard *sway_keyboard_create(struct sway_seat *seat,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue