This commit is contained in:
elviosak 2026-06-08 15:08:54 +00:00 committed by GitHub
commit 52cc5e64d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 155 additions and 4 deletions

View file

@ -45,6 +45,7 @@ bool keybind_the_same(struct keybind *a, struct keybind *b);
bool keybind_contains_keycode(struct keybind *keybind, xkb_keycode_t keycode);
bool keybind_contains_keysym(struct keybind *keybind, xkb_keysym_t keysym);
bool keybind_contains_any_keysym(struct keybind *keybind, const xkb_keysym_t *syms, int nr_syms);
void keybind_update_keycodes(void);
#endif /* LABWC_KEYBIND_H */