From 2e4f971b37952c3d2cc4a4d8583ba4c2c205b2bc Mon Sep 17 00:00:00 2001 From: Duane Johnson Date: Fri, 19 Nov 2021 22:45:33 -0700 Subject: [PATCH] Fix man page swap insertion point --- man.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man.md b/man.md index a207aed..1e2bf46 100644 --- a/man.md +++ b/man.md @@ -199,10 +199,6 @@ layers and is distinct from `layout()` which should be used for letter layouts. you have a way to switch layouts within the new one. A second layer may optionally be supplied and is used as the modifier layer if present. -**macro(\)** - -: Perform the key sequence described in `` - **swap(\[, \])** : Swap the currently active layer with the supplied one. The supplied layer is @@ -210,6 +206,10 @@ active for the duration of the depression of the current layer's activation key. A key sequence may optionally be supplied to be performed before the layer change. +**macro(\)** + +: Perform the key sequence described in `` + Where `` has the form ` [...]` where each token is one of: - a valid key sequence.