let you unfocus/lower stuff in press actions. it'll be okay
This commit is contained in:
parent
5e9e266722
commit
ca8924a5a0
2 changed files with 4 additions and 8 deletions
|
@ -240,7 +240,7 @@
|
|||
<action name="Resize"/>
|
||||
</mousebind>
|
||||
|
||||
<mousebind button="A-Middle" action="Click">
|
||||
<mousebind button="A-Middle" action="Press">
|
||||
<action name="Lower"/>
|
||||
<action name="FocusToBottom"/>
|
||||
<action name="Unfocus"/>
|
||||
|
@ -281,7 +281,7 @@
|
|||
<action name="ToggleMaximizeFull"/>
|
||||
</mousebind>
|
||||
|
||||
<mousebind button="Middle" action="Click">
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="Lower"/>
|
||||
<action name="FocusToBottom"/>
|
||||
<action name="Unfocus"/>
|
||||
|
@ -343,7 +343,7 @@
|
|||
<action name="Resize"><edge>bottom</edge></action>
|
||||
</mousebind>
|
||||
|
||||
<mousebind button="Middle" action="Click">
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="Lower"/>
|
||||
<action name="FocusToBottom"/>
|
||||
<action name="Unfocus"/>
|
||||
|
|
|
@ -238,7 +238,7 @@
|
|||
<action name="Resize"/>
|
||||
</mousebind>
|
||||
|
||||
<mousebind button="A-Middle" action="Click">
|
||||
<mousebind button="A-Middle" action="Press">
|
||||
<action name="Focus"/>
|
||||
<action name="Lower"/>
|
||||
</mousebind>
|
||||
|
@ -279,8 +279,6 @@
|
|||
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="Focus"/>
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Click">
|
||||
<action name="Lower"/>
|
||||
</mousebind>
|
||||
|
||||
|
@ -346,8 +344,6 @@
|
|||
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="Focus"/>
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Click">
|
||||
<action name="Lower"/>
|
||||
</mousebind>
|
||||
|
||||
|
|
Loading…
Reference in a new issue