aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAzalea Colburn <[email protected]>2024-11-18 10:56:26 -0800
committerGitHub <[email protected]>2024-11-18 10:56:26 -0800
commit70542990c07f32aa503fd00b5a4e3b4edf0b5196 (patch)
treeab94e84ed82a172028c68430f8605ffdc65470d8
parentf8eff2fe34609c91211c25113f9d7db09f7d1689 (diff)
downloadzmk-70542990c07f32aa503fd00b5a4e3b4edf0b5196.tar.gz
zmk-70542990c07f32aa503fd00b5a4e3b4edf0b5196.zip
docs: Remove dangling 0 in sticky keys docs
-rw-r--r--docs/docs/keymaps/behaviors/sticky-key.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/keymaps/behaviors/sticky-key.md b/docs/docs/keymaps/behaviors/sticky-key.md
index cace1a6da0..2f3be9054f 100644
--- a/docs/docs/keymaps/behaviors/sticky-key.md
+++ b/docs/docs/keymaps/behaviors/sticky-key.md
@@ -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