remove A-Left and A-Right bindings
This commit is contained in:
parent
534a669ff6
commit
e8d1d05cd2
29
labwc/rc.xml
29
labwc/rc.xml
|
@ -89,6 +89,35 @@
|
||||||
<action name="ShowMenu" menu="some-custom-menu"/>
|
<action name="ShowMenu" menu="some-custom-menu"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
<context name="Frame">
|
||||||
|
<mousebind button="A-Left" action="Press">
|
||||||
|
<action name="none" />
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Right" action="Press">
|
||||||
|
<action name="none" />
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Left" action="Drag">
|
||||||
|
<action name="none" />
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Right" action="Drag">
|
||||||
|
<action name="none" />
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="W-Left" action="Press">
|
||||||
|
<action name="Focus" />
|
||||||
|
<action name="Raise" />
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="W-Left" action="Drag">
|
||||||
|
<action name="Move" />
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="W-Right" action="Press">
|
||||||
|
<action name="Focus" />
|
||||||
|
<action name="Raise" />
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="W-Right" action="Drag">
|
||||||
|
<action name="Resize" />
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
</mouse>
|
</mouse>
|
||||||
<libinput>
|
<libinput>
|
||||||
<device>
|
<device>
|
||||||
|
|
Loading…
Reference in New Issue