mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs/rc.xml.all: add missing atCursor="no"
This commit is contained in:
parent
331ded0328
commit
14f4d8c361
1 changed files with 3 additions and 3 deletions
|
|
@ -269,7 +269,7 @@
|
||||||
<action name="SnapToEdge" direction="down" />
|
<action name="SnapToEdge" direction="down" />
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-Space">
|
<keybind key="A-Space">
|
||||||
<action name="ShowMenu" menu="client-menu" />
|
<action name="ShowMenu" menu="client-menu" atCursor="no" />
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="XF86_AudioLowerVolume">
|
<keybind key="XF86_AudioLowerVolume">
|
||||||
<action name="Execute" command="amixer sset Master 5%-" />
|
<action name="Execute" command="amixer sset Master 5%-" />
|
||||||
|
|
@ -447,10 +447,10 @@
|
||||||
|
|
||||||
<context name="WindowMenu">
|
<context name="WindowMenu">
|
||||||
<mousebind button="Left" action="Click">
|
<mousebind button="Left" action="Click">
|
||||||
<action name="ShowMenu" menu="client-menu" />
|
<action name="ShowMenu" menu="client-menu" atCursor="no" />
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Right" action="Click">
|
<mousebind button="Right" action="Click">
|
||||||
<action name="ShowMenu" menu="client-menu" />
|
<action name="ShowMenu" menu="client-menu" atCursor="no" />
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue