From 5c7484388fabaf0bfe76265b4304dff345452e36 Mon Sep 17 00:00:00 2001 From: Skynetcat Date: Sat, 26 Jul 2025 13:35:24 +0300 Subject: doc: Added Arabic diacritics to documentation of possible key values (#1061) --- doc/Possible-key-values.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. -- cgit v1.2.3