mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
mousebind: add support for more contexts and mouse events
This commit is contained in:
parent
98085b4546
commit
6b948c7106
4 changed files with 89 additions and 30 deletions
|
|
@ -466,6 +466,9 @@ static struct {
|
|||
const char *context, *button, *event, *action, *command;
|
||||
} mouse_combos[] = {
|
||||
{ "TitleBar", "Left", "DoubleClick", "ToggleMaximize", NULL },
|
||||
{ "Close", "Left", "Click", "Close", NULL },
|
||||
{ "Iconify", "Left", "Click", "Iconify", NULL},
|
||||
{ "Maximize", "Left", "Click", "ToggleMaximize", NULL},
|
||||
{ NULL, NULL, NULL, NULL, NULL },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue