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:
parent
134b64ef5b
commit
3300297431
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue