remove A-Left and A-Right bindings

This commit is contained in:
Octopus Octopus 2024-05-08 18:39:01 -05:00
parent 534a669ff6
commit e8d1d05cd2
1 changed files with 54 additions and 25 deletions

View File

@ -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>