clicksnap binded to ctrl+LMB
parent
034991114d
commit
baab87d83d
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue