dont unshade when clicking the titlebar.
lower when rolling up, raise when rolling down with mouse wheel
This commit is contained in:
parent
1514ce75b6
commit
3a08c1854f
1 changed files with 2 additions and 3 deletions
|
@ -282,9 +282,6 @@
|
|||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="Unshade"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Move"/>
|
||||
</mousebind>
|
||||
|
@ -302,9 +299,11 @@
|
|||
<action name="Shade"/>
|
||||
<action name="FocusToBottom"/>
|
||||
<action name="Unfocus"/>
|
||||
<action name="Lower"/>
|
||||
</mousebind>
|
||||
<mousebind button="Down" action="Click">
|
||||
<action name="Unshade"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
|
||||
<mousebind button="Right" action="Press">
|
||||
|
|
Loading…
Reference in a new issue