From 8020d96474606ac391357b72606abff5eaadbfca Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 22 Jul 2015 13:28:51 +0100 Subject: [PATCH] Document FocusIn/FocusOut hooks --- README.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 3b9cd5a7..b7859340 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1133,6 +1133,10 @@ existing hooks are: * `KakBegin`: Kakoune started, this is called just after reading the user configuration files * `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.