mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
Add action.c
This commit is contained in:
parent
1e342f8976
commit
7440919452
10 changed files with 30 additions and 28 deletions
|
|
@ -56,9 +56,9 @@ void keybind_add(struct wl_list *keybinds, const char *keybind,
|
|||
|
||||
void keybind_init()
|
||||
{
|
||||
keybind_add(&rc.keybinds, "A-Escape", "exit");
|
||||
keybind_add(&rc.keybinds, "A-Tab", "cycle");
|
||||
keybind_add(&rc.keybinds, "A-F3", "exec");
|
||||
keybind_add(&rc.keybinds, "A-Escape", "Exit");
|
||||
keybind_add(&rc.keybinds, "A-Tab", "NextWindow");
|
||||
keybind_add(&rc.keybinds, "A-F3", "Execute");
|
||||
}
|
||||
|
||||
void keybind_print()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue