mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Only respond to modifier-only keybindings on release
This commit is contained in:
parent
32929e8ab5
commit
1a9885aa52
4 changed files with 22 additions and 7 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue