mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
feat: add Shade/Unshade/ToggleShade actions
This builds on the work of @Consolatis in #1018. Co-authored-by: Consolatis <35009135+Consolatis@users.noreply.github.com> Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
This commit is contained in:
parent
722a802de0
commit
e05bedb140
19 changed files with 218 additions and 47 deletions
|
|
@ -1166,6 +1166,10 @@ static struct mouse_combos {
|
|||
{ "Frame", "A-Right", "Drag", "Resize", NULL, NULL},
|
||||
{ "Titlebar", "Left", "Press", "Focus", NULL, NULL},
|
||||
{ "Titlebar", "Left", "Press", "Raise", NULL, NULL},
|
||||
{ "Titlebar", "Up", "Scroll", "Unfocus", NULL, NULL},
|
||||
{ "Titlebar", "Up", "Scroll", "Shade", NULL, NULL},
|
||||
{ "Titlebar", "Down", "Scroll", "Unshade", NULL, NULL},
|
||||
{ "Titlebar", "Down", "Scroll", "Focus", NULL, NULL},
|
||||
{ "Title", "Left", "Drag", "Move", NULL, NULL },
|
||||
{ "Title", "Left", "DoubleClick", "ToggleMaximize", NULL, NULL },
|
||||
{ "TitleBar", "Right", "Click", "Focus", NULL, NULL},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue