We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2471368 commit 1d42c92Copy full SHA for 1d42c92
src/faq.md
@@ -97,3 +97,19 @@ window.inactive.button.menu.unpressed.image.color: #000000 0
97
98
Not yet implemented.
99
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