Update man page

master
Raheman Vaiya 4 years ago
parent a7a980282a
commit bae6dd7b55
  1. BIN
      data/keyd-application-mapper.1.gz
  2. BIN
      data/keyd.1.gz
  3. 5
      docs/keyd.scdoc

Binary file not shown.

Binary file not shown.

@ -365,7 +365,7 @@ arguments.
*swap2(<layer>, <macro>)*
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(<timeout>, <repeat timeout>, <macro>)*
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 <macro> must be a valid macro expression.
E.G
```
macro2(400, 50, macro(Hello space World))
macro2(120, 80, left)
```
*command(<shell command>)*
Execute the given shell command.

Loading…
Cancel
Save