From f039b375de096f26fc4a7fb9a8c0ac4e1385ce65 Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Sun, 30 May 2021 13:46:09 -0500 Subject: [PATCH] Add SpaceCadet "no-delay" mode to NEWS.md Signed-off-by: Michael Richters --- docs/NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index b00e3872..56841b76 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -12,6 +12,13 @@ See [UPGRADING.md](UPGRADING.md) for more detailed instructions about upgrading ## New features +### SpaceCadet "no-delay" mode + +SpaceCadet can now be enabled in "no-delay" mode, wherein the primary (modifier) +value of the key will be sent to the host immediately when the key is pressed. +If the SpaceCadet key is released before the timeout, the modifier is released, +and then the alternate (symbol) value is sent. To activate "no-delay" mode, call `SpaceCadet.enableWithoutDelay()`. + ### New Qukeys features #### Tap-repeat