From 5f697356d8fa9d586078af39057b34e52b9e69d2 Mon Sep 17 00:00:00 2001 From: Romain Heller Date: Thu, 29 Oct 2020 15:23:39 +0100 Subject: [PATCH] ~[QuKeys] add doc about setOverlapThreshold(100) As discussed in the forum (see https://community.keyboard.io/t/atreus-layout-colemak-for-macos-w-qukeys/4158/7 for the comment) Adding more precision is always a good thing :-) Signed-off-by: Romain Heller --- docs/plugins/Qukeys.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plugins/Qukeys.md b/docs/plugins/Qukeys.md index 8b32358b..ca9721f7 100644 --- a/docs/plugins/Qukeys.md +++ b/docs/plugins/Qukeys.md @@ -89,6 +89,11 @@ likely to generate errors and out-of-order events. > subsequent key is held longer after the qukey is released, the qukey will take > on its primary (non-modifier) value. > +> Setting `percentage` to 100% turns off the grace period, so you can’t reliably +> get either output if you release the two keys simultaneously. That means the +> subsequent key must be released before the qukey for the release-order +> condition to trigger making the qukey take on its alternate state. +> > Setting `percentage` to a low value (e.g. `30`) will result in a longer grace > period. If you're getting primary values when you intended modifiers, try > decreasing this setting. If, on the other hand, you start getting modifiers