diff options
Diffstat (limited to 'doc/Custom-layouts.md')
| -rw-r--r-- | doc/Custom-layouts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Custom-layouts.md b/doc/Custom-layouts.md index 60b9a1b..42ed106 100644 --- a/doc/Custom-layouts.md +++ b/doc/Custom-layouts.md @@ -134,7 +134,7 @@ This means that when the Fn modifier is on, the key `before` is changed into `af ``` This means that when the Ctrl modifier is on, the key `before` is changed into `after`. The `<ctrl />` mapping is special in that the Ctrl modifier is applied to `after` after the mapping. -The clockwise circle and the round-trip gestures are affected by both `<shift />` and `<fn />` mappings. The Shift mappings are used first and if that did not modify the key, the Fn mappings are used instead. +The clockwise circle and the round-trip gestures are affected by the `<fn />` mappings. Otherwise, they are defined by the Shift mappings (including the `<shift />` mappings), then, if that did not modify the key, the builtin Fn mappings are used instead. ### Examples ① Turkish keyboards use the Latin alphabet, but when "i" is shifted, it should produce "İ". This is achieved with the following mapping: |
