mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
menu placement
allow placement using x,y coordinates as well as centered in the output, set globally
This commit is contained in:
parent
13dee64828
commit
38659ff928
5 changed files with 87 additions and 1 deletions
|
|
@ -498,6 +498,21 @@ extending outward from the snapped edge.
|
|||
outlined rectangle is shown to indicate the geometry of resized window.
|
||||
Default is yes.
|
||||
|
||||
*<resize><popupPosition>* see rc.xml.all for example
|
||||
Lets the menu placement be set by a fixed position or centered on
|
||||
screen. If set then the atCursor placement is overridden. Not enabled
|
||||
by default. Fixed takes x,y coordinates for placement.
|
||||
|
||||
Note: openbox allows 'Center', 'Top', or 'Fixed' we use Center & Fixed.
|
||||
|
||||
Positioning is per monitor based on which monitor the cursor is in.
|
||||
|
||||
*<resize><popupFixedPosition>*
|
||||
set x, y coordinates for menu placement
|
||||
- x,y accept positive offsets only.
|
||||
- 0,0 places menu at top left corner of desktop
|
||||
- monitor width -1, monitor height -1 places menu at bottom right.
|
||||
|
||||
## KEYBOARD
|
||||
|
||||
*<keyboard><numlock>* [on|off]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue