remove A-Left and A-Right bindings
This commit is contained in:
parent
534a669ff6
commit
e8d1d05cd2
35
labwc/rc.xml
35
labwc/rc.xml
|
@ -77,10 +77,10 @@
|
|||
<keybind key="W-F4">
|
||||
<action name="None"/>
|
||||
</keybind>
|
||||
</keyboard>
|
||||
<tablet mapToOutput="DP-1" rotate="0" mouseEmulation="no">
|
||||
</keyboard>
|
||||
<tablet mapToOutput="DP-1" rotate="0" mouseEmulation="no">
|
||||
<!-- <area top="0.0" left="0.0" width="0.0" height="0.0" /> -->
|
||||
</tablet>
|
||||
</tablet>
|
||||
<mouse>
|
||||
<default/>
|
||||
<!-- Show a custom menu on desktop right click -->
|
||||
|
@ -89,6 +89,35 @@
|
|||
<action name="ShowMenu" menu="some-custom-menu"/>
|
||||
</mousebind>
|
||||
</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>
|
||||
<libinput>
|
||||
<device>
|
||||
|
|
Loading…
Reference in New Issue