Skip to content

Commit

Permalink
docs: Remove dangling 0 in sticky keys docs
Browse files Browse the repository at this point in the history
  • Loading branch information
azaleacolburn authored Nov 18, 2024
1 parent f8eff2f commit 7054299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/keymaps/behaviors/sticky-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Note that tapping a lazy sticky key will not trigger other behaviors such as the

#### `ignore-modifiers`

This setting is enabled by default. It ensures that if a sticky key modifier is pressed before a previously pressed sticky key is released, the modifiers will get combined so you can add more sticky keys or press a regular key to apply the modifiers. This is to accommodate _callum-style mods_ where you are prone to rolling sticky keys. If you want sticky key modifiers to only chain after release, you can disable this setting. Please note that activating multiple modifiers via [modifier functions](../modifiers.mdx#modifier-functions) such as `&sk LS(LALT)`, require `ignore-modifiers` enabled in order to function properly.0
This setting is enabled by default. It ensures that if a sticky key modifier is pressed before a previously pressed sticky key is released, the modifiers will get combined so you can add more sticky keys or press a regular key to apply the modifiers. This is to accommodate _callum-style mods_ where you are prone to rolling sticky keys. If you want sticky key modifiers to only chain after release, you can disable this setting. Please note that activating multiple modifiers via [modifier functions](../modifiers.mdx#modifier-functions) such as `&sk LS(LALT)`, require `ignore-modifiers` enabled in order to function properly.

#### Example

Expand Down

0 comments on commit 7054299

Please sign in to comment.