From ee2863e2ae2eea0d0da6b9b470a160e8f9591401 Mon Sep 17 00:00:00 2001 From: William Poetra Yoga Date: Tue, 13 Sep 2022 13:48:34 +0700 Subject: [PATCH] docs: mention default timeout in xcape.1 manpage I was looking for the default but couldn't find it anywhere until I found this repo. This small addition will let users know that the default timeout value is 500 ms. --- xcape.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcape.1 b/xcape.1 index 79b4e1c..33cb599 100644 --- a/xcape.1 +++ b/xcape.1 @@ -25,7 +25,7 @@ Foreground mode. Will run as a foreground process. .TP .BR \-t " " \fItimeout\fR Give a \fItimeout\fR in milliseconds. If you hold a key longer than -\fItimeout\fR a key event will not be generated. +\fItimeout\fR a key event will not be generated. The default is 500 ms. .TP .BR \-e " " \fImap-expression\fR Use \fImap-expression\fR as the expression(s).