Document FocusIn/FocusOut hooks
This commit is contained in:
parent
5ed9fd2763
commit
8020d96474
|
@ -1133,6 +1133,10 @@ existing hooks are:
|
||||||
* `KakBegin`: Kakoune started, this is called just after reading the user
|
* `KakBegin`: Kakoune started, this is called just after reading the user
|
||||||
configuration files
|
configuration files
|
||||||
* `KakEnd`: Kakoune is quitting.
|
* `KakEnd`: Kakoune is quitting.
|
||||||
|
* `FocusIn`: On supported clients, triggered when the client gets focused.
|
||||||
|
the filtering text is the client name.
|
||||||
|
* `FocusOut`: On supported clients, triggered when the client gets unfocused.
|
||||||
|
the filtering text is the client name.
|
||||||
|
|
||||||
When not specified, the filtering text is an empty string.
|
When not specified, the filtering text is an empty string.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user