From 894f6628633a9a397ee06be1362cbe4cccd988e9 Mon Sep 17 00:00:00 2001 From: Paolo Flores Date: Sun, 11 Jun 2023 14:13:46 -0400 Subject: [PATCH] Fix typo in keyd.scdoc example --- docs/keyd.scdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/keyd.scdoc b/docs/keyd.scdoc index 3eac039..1106cdf 100644 --- a/docs/keyd.scdoc +++ b/docs/keyd.scdoc @@ -177,13 +177,13 @@ For example: j = down ``` -will cause _capslock_ to behave as _control_, except in the case of _control+j_, which will +will cause _capslock_ to behave as _control_, except in the case of _capslock+j_, which will emit _down_. This makes it trivial to define custom modifiers which don't interfere with one another. Note that bindings are not affected by the modifiers of the layer in which they are defined. Thus *capslock+j* will produce an unmodified *down* keypress, while -*shift+control+j* will produce *shift+down* as expected. +*control+capslock+j* will produce *control+down* as expected. Formally, each layer heading has the following form: