focus the desktop window when you right click it, same as you focus other windows
This commit is contained in:
parent
fb1d6d9e46
commit
1cb287e130
2 changed files with 7 additions and 0 deletions
|
@ -569,6 +569,10 @@
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Root">
|
<context name="Root">
|
||||||
|
|
|
@ -516,6 +516,9 @@
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Root">
|
<context name="Root">
|
||||||
|
|
Loading…
Reference in a new issue