diff options
| author | Jules Aguillon | 2024-05-29 11:59:54 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-29 11:59:54 +0200 |
| commit | 1a290f96f26b848a217ee5db3d6d5920c7c38a27 (patch) | |
| tree | 575b7f70c389d6b5ed2fd0e789e2374d5f7ab3bf /doc | |
| parent | 304375268d520687d41dc7834c442347d638da9c (diff) | |
| download | unexpected-keyboard-1a290f96f26b848a217ee5db3d6d5920c7c38a27.tar.gz unexpected-keyboard-1a290f96f26b848a217ee5db3d6d5920c7c38a27.zip | |
Configure anticircle gesture per-key (#644)
This adds the new 'anticircle' attribute to layouts '<key>' elements
that configure the key to send when doing a anti-clockwise circle
gesture on it.
Labels are drawn the same way as indication.
Updated docs.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Custom-layouts.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 `<modmap>` as needed. +Shift and Fn modmaps also affect the clockwise circle and the roundtrip gestures. + ### Row The `<row>` 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. `<key key0="2" indication="ABC" />`). 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 |
