From b66b4399ad2e178c3ba36c6fc5a6e65fd5aa4b17 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 16 Sep 2023 12:37:23 +0400 Subject: Add keyboard.repeat-rate and keyboard.repeat-delay Add option to let the users configure the keyboard repeat delay and rate. Also change the default values to mimic the Xorg, which is also the values used by default by the majority of the compositors. Fixes: #7 --- resources/default-config.kdl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 9fc4712e..db3f829f 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -3,6 +3,14 @@ input { keyboard { + // Control the repeat rate of the keyboard. + + // Repeat delay in milliseconds. + repeat-delay 660 + + // Repeat rate in characters per second. + repeat-rate 25 + xkb { // You can set rules, model, layout, variant and options. // For more information, see xkeyboard-config(7). -- cgit