diff --git a/data/keyd-application-mapper.1.gz b/data/keyd-application-mapper.1.gz index 1ee81e7..41d93fa 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 058b8b8..fa70f7c 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 f3c6561..5fcfc6b 100644 --- a/docs/keyd.scdoc +++ b/docs/keyd.scdoc @@ -571,6 +571,19 @@ Here, *overload(, )* Activates the given layer while held and executes on tap. +*overload2(, , )* + Identical to overload, but only activates the layer if the bound key is + held for \ 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(, , )* + 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).