From b9e4522331560b26d6310e09bf9e9ff6417ea039 Mon Sep 17 00:00:00 2001 From: Dylan MacKenzie Date: Tue, 7 Nov 2023 11:10:25 -0800 Subject: [PATCH] emdash too powerful Co-authored-by: Cem Aksoylar --- docs/docs/config/behaviors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/config/behaviors.md b/docs/docs/config/behaviors.md index afd9dd64..fcbbbc89 100644 --- a/docs/docs/config/behaviors.md +++ b/docs/docs/config/behaviors.md @@ -212,7 +212,7 @@ With `compatible = "zmk,behavior-sensor-rotate-var"`, this behavior forwards the ## Momentary Layer Lock -Creates a custom behavior that locks any active momentary layers or—if none are active—triggers the fallback behavior specified in `bindings`. +Creates a custom behavior that locks any active momentary layers or triggers the fallback behavior specified in `bindings` if none are active. See the [momentary layer lock](../behaviors/layers.md#momentary-layer-lock) documentation for more details and examples.