diff options
| author | Skynetcat | 2025-07-26 13:35:24 +0300 |
|---|---|---|
| committer | GitHub | 2025-07-26 12:35:24 +0200 |
| commit | 5c7484388fabaf0bfe76265b4304dff345452e36 (patch) | |
| tree | 23ba21259bee9c2e047b17054200dcf2ec1610f3 | |
| parent | 2bed42857bb733c5d5be04855d5bf87d5492043c (diff) | |
| download | unexpected-keyboard-5c7484388fabaf0bfe76265b4304dff345452e36.tar.gz unexpected-keyboard-5c7484388fabaf0bfe76265b4304dff345452e36.zip | |
doc: Added Arabic diacritics to documentation of possible key values (#1061)
| -rw-r--r-- | doc/Possible-key-values.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md index e59a523..9f77d6c 100644 --- a/doc/Possible-key-values.md +++ b/doc/Possible-key-values.md @@ -141,6 +141,20 @@ Value | Meaning `rlm` | Right-to-left mark. `b(`, `b)`, `b[`, `b]`, `b{`, `b}`, `blt`, `bgt` | Sends the bracket characters, but with mirrored key legends for right-to-left languages. (`blt` and `bgt` print `<` and `>` respectively.) +## Arabic +These are the diacritics for Arabic + +Value | Meaning +:------ | :------ +`combining_fatha` | َ +`combining_dammah` | ُ +`combining_kasra` | ِ +`combining_sukun` | ْ +`combining_shaddah` | ّ +`combining_hamza_above` | ٔ +`combining_hamza_below` | ٕ + + ## Hebrew Keys ending in `_placeholder` are normally hidden unless the Fn key is pressed. |
