mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Change variable name; add key_remove
This commit is contained in:
parent
fe5704d403
commit
7ec472cd22
3 changed files with 9 additions and 8 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue