mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Add WindowMenu button
This commit is contained in:
parent
759b26b5c1
commit
b7b1e8064f
10 changed files with 61 additions and 4 deletions
|
|
@ -560,6 +560,7 @@ static struct {
|
|||
{ "Close", "Left", "Click", "Close", NULL },
|
||||
{ "Iconify", "Left", "Click", "Iconify", NULL},
|
||||
{ "Maximize", "Left", "Click", "ToggleMaximize", NULL},
|
||||
{ "WindowMenu", "Left", "Click", "ShowMenu", "client-menu"},
|
||||
{ "Root", "Left", "Press", "ShowMenu", "root-menu"},
|
||||
{ "Root", "Right", "Press", "ShowMenu", "root-menu"},
|
||||
{ "Root", "Middle", "Press", "ShowMenu", "root-menu"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue