mirror of
https://github.com/labwc/labwc.git
synced 2026-04-17 06:46:28 -04:00
Add overrideInhibition to keyboard.keybind
This commit is contained in:
parent
8b32422b93
commit
7affc4d145
4 changed files with 15 additions and 3 deletions
|
|
@ -23,6 +23,7 @@ struct keybind {
|
|||
struct wl_list actions; /* struct action.link */
|
||||
struct wl_list link; /* struct rcxml.keybinds */
|
||||
bool on_release;
|
||||
bool override_inhibition;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue