focus the desktop window when you right click it, same as you focus other windows

This commit is contained in:
Dana Jansens 2008-01-11 15:01:03 -05:00
parent fb1d6d9e46
commit 1cb287e130
2 changed files with 7 additions and 0 deletions

View file

@ -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">

View file

@ -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">