abouttreesummaryrefslogcommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSpike2026-04-10 08:46:29 -0400
committerGitHub2026-04-10 14:46:29 +0200
commit0f3ec187c9cb2f8da1680eba6b36a04297ad16d5 (patch)
tree60b3ad8fa6641777534262968670f945fc491b33 /doc
parent13f1996af9d53c90086a311181b4e948eb06e998 (diff)
downloadunexpected-keyboard-0f3ec187c9cb2f8da1680eba6b36a04297ad16d5.tar.gz
unexpected-keyboard-0f3ec187c9cb2f8da1680eba6b36a04297ad16d5.zip
Documentation: Point to default mappings as requested in #1222 (#1225)
Diffstat (limited to 'doc')
-rw-r--r--doc/Custom-layouts.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Custom-layouts.md b/doc/Custom-layouts.md
index ef2771d..81029a1 100644
--- a/doc/Custom-layouts.md
+++ b/doc/Custom-layouts.md
@@ -151,6 +151,9 @@ The clockwise circle and the round-trip gestures are affected by the `<fn />` ma
```
This maps Ctrl+в to Ctrl+V—not to v.
+### Default mappings
+Unexpected Keyboard's built-in mappings are not expressed as a modmap but by a series of .json files in `https://github.com/Julow/Unexpected-Keyboard/tree/master/srcs/compose`. For example, the mappings for `fn` are in [`fn.json`](https://github.com/Julow/Unexpected-Keyboard/blob/master/srcs/compose/fn.json). These built-in mappings are common to every language.
+
## Portrait vs. landscape
Unexpected Keyboard remembers *separately* which layout has last been used in portrait and landscape orientation. So you may have one custom layout for portrait orientation, but another custom layout for landscape orientation, and Unexpected Keyboard will switch between them without your intervention.