mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Add RaiseLower action
This commit is contained in:
parent
e5aef03319
commit
b6aa0ce9b0
2 changed files with 15 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
*<action name="Lower" />*
|
||||
Restack the current window below other open windows.
|
||||
|
||||
*<action name="RaiseLower" />*
|
||||
Raise the window if it is currently behind any other windows. Lower the
|
||||
window it is above all other windows.
|
||||
|
||||
*<action name="Iconify" />*
|
||||
Iconify (minimize) focused window.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue