From 7f11b5761cd74cb1d44ee97a1c44a72e51080c73 Mon Sep 17 00:00:00 2001 From: thomastthai <16532581+thomastthai@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:35:06 -0800 Subject: [PATCH] Update config.adoc fork section Added clarification that fork is the equivalent of the basic key checks in switch, using none of the list logic items. --- docs/config.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/config.adoc b/docs/config.adoc index b2e986fd1..1ddd9c3ca 100644 --- a/docs/config.adoc +++ b/docs/config.adoc @@ -2536,8 +2536,10 @@ rather than all modifiers. **Reference** -The fork action allows choosing between a default and an alternate action -based on whether specific keys are active. +The `fork` action allows choosing between a default and an alternate action +based on whether specific keys are active. `fork` is the equivalent of the +basic key checks in `switch`, using none of the list logic items, i.e. virtual +keys are not supported. .Syntax: [source]