diff options
author | Mattias Eriksson <[email protected]> | 2018-04-20 14:46:30 +0200 |
---|---|---|
committer | Mattias Eriksson <[email protected]> | 2018-04-24 15:40:30 +0200 |
commit | 2d884d4e4f8b8e7cac87f8096c0cc31535bd0642 (patch) | |
tree | 35941cb448213c81a4956360af05c53537809ff5 /include/swaylock/seat.h | |
parent | 38c44f2f27f218ed7e61c9910491eef78551d8ea (diff) |
Improved key handling in swaylock
Make escape clear buffer
Add indicator states for ctrl,shift,super et al
Add CapsLock indicator
Diffstat (limited to 'include/swaylock/seat.h')
-rw-r--r-- | include/swaylock/seat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaylock/seat.h b/include/swaylock/seat.h index 44bc37d5..180ea7a0 100644 --- a/include/swaylock/seat.h +++ b/include/swaylock/seat.h @@ -27,6 +27,7 @@ enum mask { struct swaylock_xkb { uint32_t modifiers; + bool caps_lock; struct xkb_state *state; struct xkb_context *context; struct xkb_keymap *keymap; |