mirror of
https://github.com/labwc/labwc.git
synced 2026-03-29 07:58:10 -04:00
labwc-config(5): add example to unset mousebind
This commit is contained in:
parent
073d8c39c1
commit
6cb34f994c
1 changed files with 13 additions and 1 deletions
|
|
@ -779,7 +779,7 @@ extending outward from the snapped edge.
|
||||||
- Drag: Pressing the button within the context, then moving the cursor.
|
- Drag: Pressing the button within the context, then moving the cursor.
|
||||||
- Scroll: Scrolling in specified *direction* in the context.
|
- Scroll: Scrolling in specified *direction* in the context.
|
||||||
|
|
||||||
Example:
|
Example to resize window on Logo + Shift + ScrollUp:
|
||||||
|
|
||||||
```
|
```
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
@ -796,6 +796,18 @@ extending outward from the snapped edge.
|
||||||
</context>
|
</context>
|
||||||
</mouse>
|
</mouse>
|
||||||
</labwc_config>
|
</labwc_config>
|
||||||
|
```
|
||||||
|
|
||||||
|
Example to un-bind the default alt + left-button-press to move window:
|
||||||
|
|
||||||
|
```
|
||||||
|
<mouse>
|
||||||
|
<default/>
|
||||||
|
<context name="Frame">
|
||||||
|
<mousebind button="A-Left" action="Press"/>
|
||||||
|
<mousebind button="A-Left" action="Drag"/>
|
||||||
|
</context>
|
||||||
|
</mouse>
|
||||||
```
|
```
|
||||||
|
|
||||||
*<mouse><default />*
|
*<mouse><default />*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue