fix(docs): ignore-modifiers clarification

Clarify the potential need of adding the ignore-modifiers setting for new sticky key behaviors.
This commit is contained in:
Josep Roca 2023-04-06 22:04:38 +03:00 committed by GitHub
parent 134b64ef5b
commit 3300297431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ### 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. 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.