Only respond to modifier-only keybindings on release

This commit is contained in:
Simon Long 2024-04-26 11:05:12 +01:00
parent 32929e8ab5
commit 1a9885aa52
4 changed files with 22 additions and 7 deletions

View file

@ -20,6 +20,7 @@ struct keybind {
int keycodes_layout;
struct wl_list actions; /* struct action.link */
struct wl_list link; /* struct rcxml.keybinds */
bool mod_only; /* set if only modifier keys used */
};
/**