clicksnap binded to ctrl+LMB

master
Daniel Napora 2021-05-03 18:04:27 +02:00
parent 034991114d
commit baab87d83d
1 changed files with 6 additions and 0 deletions

View File

@ -901,6 +901,12 @@
<!-- Set this to TRUE to move the mouse pointer across the desktop when
switching due to hitting the edge of the screen -->
<context name="Frame">
<mousebind action="Press" button="C-Left">
<action name="UnmaximizeFull"/>
<action name="Execute">
<command>clicksnap</command>
</action>
</mousebind>
<mousebind action="Press" button="A-Left">
<action name="Focus"/>
<action name="Raise"/>