Document FocusIn/FocusOut hooks

This commit is contained in:
Maxime Coste 2015-07-22 13:28:51 +01:00
parent 5ed9fd2763
commit 8020d96474

View File

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