From bdb080657d4e829210270b17d21df976eadf632b Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sun, 30 Jun 2024 00:24:39 +0200
Subject: Option to disable key repeat
Internally "key repeat" is reword into "long press" when the same
mechanism was used for both features.
The constraint that 'timeoutWhat' must be set to '-1' when no message is
expected has been lifted to simplify the code.
---
res/values/strings.xml | 1 +
1 file changed, 1 insertion(+)
(limited to 'res/values')
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a61b12c..224aca5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -40,6 +40,7 @@ This application contains no ads, doesn't make any network requests and is Open
Distance of characters in the corners of the keys (%s)
Long press timeout
Key repeat interval
+ Key repeat on long press
Double tap on shift for caps lock
You can lock any modifier by holding it
Behavior
--
cgit v1.2.3