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="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Press">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Root">
|
||||
|
|
|
@ -516,6 +516,9 @@
|
|||
<mousebind button="Left" action="Press">
|
||||
<action name="Focus"/>
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Press">
|
||||
<action name="Focus"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Root">
|
||||
|
|
Loading…
Reference in a new issue