From 3300297431e30bbe5f36a0b4667c3c23e01ca2b0 Mon Sep 17 00:00:00 2001 From: Josep Roca Date: Thu, 6 Apr 2023 22:04:38 +0300 Subject: [PATCH] fix(docs): ignore-modifiers clarification Clarify the potential need of adding the ignore-modifiers setting for new sticky key behaviors. --- docs/docs/behaviors/sticky-key.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/behaviors/sticky-key.md b/docs/docs/behaviors/sticky-key.md index 12541ed8..37fb89ea 100644 --- a/docs/docs/behaviors/sticky-key.md +++ b/docs/docs/behaviors/sticky-key.md @@ -75,6 +75,8 @@ This configuration would apply to all sticky keys. This may not be appropriate i }; ``` +If you combine multiple modifiers in a single key, like for example `&skq LS(LALT)`, you might need to add the `ignore-modifiers;` setting because it is not inherited from the default `&sq` behaviour. + ### Advanced usage Sticky keys can be combined; if you tap `&sk LCTRL` and then `&sk LSHIFT` and then `&kp A`, the output will be ctrl+shift+a.