Add overrideInhibition to keyboard.keybind

This commit is contained in:
Yannis Drougas 2025-04-09 08:26:59 +01:00
parent 8b32422b93
commit 7affc4d145
4 changed files with 15 additions and 3 deletions

View file

@ -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;
};
/**