mirror of
https://github.com/labwc/labwc.git
synced 2026-04-18 06:46:46 -04:00
Add overrideInhibition to keyboard.keybind
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Some checks failed
labwc.github.io / notify (push) Has been cancelled
This commit is contained in:
parent
4c7a9960a4
commit
c5ea41e876
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