Skip to content

Commit 1d42c92

Browse files
committed
faq: describe how to unfocus on desktop click
1 parent 2471368 commit 1d42c92

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/faq.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,19 @@ window.inactive.button.menu.unpressed.image.color: #000000 0
9797

9898
Not yet implemented.
9999

100+
## 3.2 Mousebinds
101+
102+
### Q: I'm used to MS Windows and would like all window to unfocus when I click the desktop. How can this be achieved?
103+
104+
```
105+
<mouse>
106+
<default />
107+
<context name="Root">
108+
<mousebind button="Left" action="Press">
109+
<action name="Unfocus" />
110+
</mousebind>
111+
</context>
112+
</mouse>
113+
```
114+
115+

0 commit comments

Comments
 (0)