Change variable name; add key_remove

This commit is contained in:
Simon Long 2024-06-05 09:41:14 +01:00
parent fe5704d403
commit 7ec472cd22
3 changed files with 9 additions and 8 deletions

View file

@ -20,7 +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 */
bool on_release; /* set if only modifier keys used */
};
/**