diff --git a/data/keyd-application-mapper.1.gz b/data/keyd-application-mapper.1.gz index ecfa8d7..1769f08 100644 Binary files a/data/keyd-application-mapper.1.gz and b/data/keyd-application-mapper.1.gz differ diff --git a/data/keyd.1.gz b/data/keyd.1.gz index ebc6f0f..be21038 100644 Binary files a/data/keyd.1.gz and b/data/keyd.1.gz differ diff --git a/docs/keyd.scdoc b/docs/keyd.scdoc index 8c940aa..6aa564f 100644 --- a/docs/keyd.scdoc +++ b/docs/keyd.scdoc @@ -365,7 +365,7 @@ arguments. *swap2(, )* - Identical to *swap*, but accepts a macro to be executed immediately after the layer change. + Identical to *swap*, but accepts a macro to be executed immediately after the layer change. *macro2(, , )* Creates a macro with the given timeout and repeat timeout. If a timeout value of 0 is used, @@ -374,9 +374,10 @@ arguments. Note that must be a valid macro expression. E.G - +``` macro2(400, 50, macro(Hello space World)) macro2(120, 80, left) +``` *command()* Execute the given shell command.