mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
Merge 13a487fb35 into 579e532908
This commit is contained in:
commit
52cc5e64d6
4 changed files with 155 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue