diff options
| author | Jules Aguillon | 2026-01-18 21:57:17 +0100 |
|---|---|---|
| committer | GitHub | 2026-01-18 21:57:17 +0100 |
| commit | c669a755a69c68203f11684366dfbb4732b154da (patch) | |
| tree | dab0afc83d1a44459eff949826fbdb8495bd13ba /doc/Possible-key-values.md | |
| parent | 3b4aa33ff3744c5de77dc90c0962e7540f1e2afc (diff) | |
| download | unexpected-keyboard-c669a755a69c68203f11684366dfbb4732b154da.tar.gz unexpected-keyboard-c669a755a69c68203f11684366dfbb4732b154da.zip | |
Add the small capital letters dead key (#1156)
* Add the small capital letters dead key
It can be added to the keyboard from the settings or into custom layouts
as `accent_small_caps`.
Add all the symbols listed on https://en.wikipedia.org/wiki/Small_caps
Diffstat (limited to 'doc/Possible-key-values.md')
| -rw-r--r-- | doc/Possible-key-values.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md index 9f77d6c..2f9d8a5 100644 --- a/doc/Possible-key-values.md +++ b/doc/Possible-key-values.md @@ -128,6 +128,7 @@ Value | Meaning `accent_horn` | Horn accent. `ơ` `accent_hook_above` | Hook accent. `ả` `accent_double_grave` | Double grave accent. `ȁ` +`accent_small_caps` | Small capital letters. `ᴀ` `superscript` | Superscript. `ᵃ` `subscript` | Subscript. `ₐ` `ordinal` | Turns `a` and `o` into `ª` and `º`. |
