don't lower from press actions, because that can't move focus!
This commit is contained in:
parent
fd2f01bf08
commit
ac175e47f9
1 changed files with 5 additions and 1 deletions
|
@ -238,7 +238,7 @@
|
||||||
<action name="Resize"/>
|
<action name="Resize"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="A-Middle" action="Press">
|
<mousebind button="A-Middle" action="Click">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Lower"/>
|
<action name="Lower"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
@ -279,6 +279,8 @@
|
||||||
|
|
||||||
<mousebind button="Middle" action="Press">
|
<mousebind button="Middle" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Click">
|
||||||
<action name="Lower"/>
|
<action name="Lower"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
|
@ -344,6 +346,8 @@
|
||||||
|
|
||||||
<mousebind button="Middle" action="Press">
|
<mousebind button="Middle" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Click">
|
||||||
<action name="Lower"/>
|
<action name="Lower"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue