From c5a6b8a3b2001f508f7344e75905f77a93bd8943 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 26 May 2024 00:35:55 +0200 Subject: [PATCH] Update docs --- doc/Custom-layouts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Custom-layouts.md b/doc/Custom-layouts.md index 83ec299..993a1dc 100644 --- a/doc/Custom-layouts.md +++ b/doc/Custom-layouts.md @@ -61,6 +61,8 @@ For example, to make the `I` key behave as in Turkish: There can be as many of these tags inside `` as needed. +Shift and Fn modmaps also affect the clockwise circle and the roundtrip gestures. + ### Row The `` tag encloses one row on the keyboard. It requires no properties, and supports the following: @@ -94,6 +96,7 @@ The following properties are optionally supported: * `shift`: How much empty space to add to the left of this key. Defaults to `0` and accepts a non-negative floating point value. * `indication`: An extra label to show under the main label, intended to be used as a legend for 2A typing (e.g. ``). Caution: if you have `key8` defined, it overlaps! * `slider`: If set to `true`, the keys `w` and `e` are sent repeatedly when the key is being slid on. Intended to be used on the space bar, and in fact used on the default space bar. +* `anticircle`: The key value to send when doing an anti-clockwise circle gesture on the key. The clockwise circle and round-trip gestures are not configurable that way. ## Possible key values