summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-08-21 14:55:28 +0000
committerEli Zaretskii <eliz@gnu.org>2009-08-21 14:55:28 +0000
commitc6c7e43dfbd48dc91cf4c5fcf1503f0f9d14a87b (patch)
treef8750b11da13757f869380a35321b15b30f6d7b7 /leim
parent1050a2bf886a8738f1e28c51ff14fa88bb4658ff (diff)
downloademacs-c6c7e43dfbd48dc91cf4c5fcf1503f0f9d14a87b.tar.gz
Add missing keys that exist on the Arabic X keyboard. Don't insert
Lam-alef ligatures from the Arabic Presentation Forms ranges; instead, separate Lam-Alef ligatures into a list of two letters (Lam and a suitable Alef).
Diffstat (limited to 'leim')
-rw-r--r--leim/quail/arabic.el21
1 files changed, 11 insertions, 10 deletions
diff --git a/leim/quail/arabic.el b/leim/quail/arabic.el
index 0e28b569153..26d66ae4261 100644
--- a/leim/quail/arabic.el
+++ b/leim/quail/arabic.el
@@ -40,42 +40,42 @@ Based on Arabic table in X Keyboard Configuration DB.
(quail-define-rules
("`" ?ذ)
+ ("~" ?ّ)
("Q" ?َ)
("W" ?ً)
("E" ?ُ)
("R" ?ٌ)
- ("T" ?ﻹ)
+ ("T" ["لإ"])
("Y" ?إ)
("U" ?`)
("I" ?÷)
("O" ?×)
("P" ?؛)
+ ("{" ?<)
+ ("}" ?>)
("A" ?ِ)
("S" ?ٍ)
("D" ?])
("F" ?[)
- ("G" ?ﻷ)
+ ("G" ["لأ"])
("H" ?أ)
("J" ?ـ)
("K" ?،)
("L" ?/)
- (";" ?:)
("Z" ?~)
("X" ?ْ)
("C" ?})
("V" ?{)
- ("B" ?ﻵ)
+ ("B" ["لآ"])
("N" ?آ)
("M" ?')
("<" ?,)
(">" ?.)
("?" ?؟)
- ("`" ?ذ)
-
("q" ?ض)
("w" ?ص)
("e" ?ث)
@@ -86,6 +86,8 @@ Based on Arabic table in X Keyboard Configuration DB.
("i" ?ه)
("o" ?خ)
("p" ?ح)
+ ("[" ?ج)
+ ("]" ?د)
("a" ?ش)
("s" ?س)
@@ -97,19 +99,18 @@ Based on Arabic table in X Keyboard Configuration DB.
("k" ?ن)
("l" ?م)
(";" ?ك)
+ ("'" ?ط)
("z" ?ئ)
("x" ?ء)
("c" ?ؤ)
("v" ?ر)
- ("b" ?ﻻ)
+ ("b" ["لا"])
("n" ?ى)
("m" ?ة)
("," ?و)
("." ?ز)
- ("/" ?ظ)
-
- ("'" ?ط))
+ ("/" ?ظ))
;; arch-tag: 7e81e2af-5ea5-417f-bfe7-dfa6fd955cb5
;;; arabic.el ends here