From 284fded530507a1e3425b8cfb891e363b3aaff47 Mon Sep 17 00:00:00 2001 From: "regicidal.plutophage" <36969337+regicidalplutophage@users.noreply.github.com> Date: Thu, 12 Dec 2024 02:20:44 +0300 Subject: [PATCH] Update sticky_keys.md --- docs/en/sticky_keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sticky_keys.md b/docs/en/sticky_keys.md index a4a4520c0..8f0443d9c 100644 --- a/docs/en/sticky_keys.md +++ b/docs/en/sticky_keys.md @@ -40,7 +40,7 @@ KC.SK( ### `defer_release` If `False` (default): release sticky key after the first interrupting key -releases. +is released, or another is pressed. THis PRevents TYpos LIke THese. If `True`: stay sticky until all keys are released. Useful when combined with non-sticky modifiers, layer keys, etc...