Update man page

master
Raheman Vaiya 4 years ago
parent ae4909ac53
commit 730fc78e3f
  1. BIN
      data/keyd-application-mapper.1.gz
  2. BIN
      data/keyd.1.gz
  3. 13
      docs/keyd.scdoc

Binary file not shown.

Binary file not shown.

@ -571,6 +571,19 @@ Here,
*overload(<layer>, <action>)*
Activates the given layer while held and executes <action> on tap.
*overload2(<layer>, <action>, <timeout>)*
Identical to overload, but only activates the layer if the bound key is
held for \<timeout\> milliseconds. This is mainly useful for overloading keys
which are commonly struck in sequence (e.g letter keys).
Note that this will add a visual delay when typing, since overlapping
keys will be queued until the timeout expires or the bound key is
released.
*overload3(<layer>, <action>, <timeout>)*
Identical to overload2, but additionally resolves as a hold in the
event of an intervening key tap.
*clear()*
Clear any active layers (the active layout is preserved).

Loading…
Cancel
Save