From 35bd18f86a81d9ad3fb7b034678bb49e6e008c11 Mon Sep 17 00:00:00 2001 From: Matt Briggs Date: Fri, 18 Nov 2022 23:28:07 -0800 Subject: [PATCH] fix timeout description --- docs/keyd.scdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/keyd.scdoc b/docs/keyd.scdoc index 264756b..37e2bdb 100644 --- a/docs/keyd.scdoc +++ b/docs/keyd.scdoc @@ -680,7 +680,7 @@ A key may optionally be bound to an _action_ which accepts zero or more argument event of an intervening key tap. *timeout(, , )* - If the key is held in isolation for more than _ ms_, activate the first + If the key is held in isolation for more than _ ms_, activate the second action, if the key is held for less than _ ms_ or another key is struck before ms expires, execute the first action.