*** empty log message ***
[m17n/m17n-db.git] / MIM / ar-kbd.mim
1 ;; ar-kbd.mim -- Arabic input method with Arabic keyboad layout
2 ;; Copyright (C) 2004, 2005, 2008
3 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
4 ;;   Registration Number H15PRO112
5
6 ;; This file is part of the m17n database; a sub-part of the m17n
7 ;; library.
8
9 ;; The m17n library is free software; you can redistribute it and/or
10 ;; modify it under the terms of the GNU Lesser General Public License
11 ;; as published by the Free Software Foundation; either version 2.1 of
12 ;; the License, or (at your option) any later version.
13
14 ;; The m17n library is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 ;; Lesser General Public License for more details.
18
19 ;; You should have received a copy of the GNU Lesser General Public
20 ;; License along with the m17n library; if not, write to the Free
21 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 ;; Boston, MA 02110-1301, USA.
23
24 (input-method ar kbd)
25
26 (description "Input Method for Arabic simulating Arabic keyboard (MS Windows).
27 ")
28
29 (title "ض")
30
31 (map
32  (generic
33   ("1" "١")
34   ("2" "٢")
35   ("3" "٣")
36   ("4" "٤")
37   ("5" "٥")
38   ("6" "٦")
39   ("7" "٧")
40   ("8" "٨")
41   ("9" "٩")
42   ("0" "٠")
43   ("`" "ذ")
44
45   ("q" "ض")
46   ("w" "ص")
47   ("e" "ث")
48   ("r" "ق")
49   ("t" "ف")
50   ("y" "غ")
51   ("u" "ع")
52   ("i" "ه")
53   ("o" "خ")
54   ("p" "ح")
55   ("[" "ج")
56   ("]" "د")
57
58   ("a" "ش")
59   ("s" "س")
60   ("d" "ي")
61   ("f" "ب")
62   ("g" "ل")
63   ("h" "ا")
64   ("j" "ت")
65   ("k" "ن")
66   ("l" "م")
67   (";" "ك")
68   ("'" "ط")
69
70   ("z" "ئ")
71   ("x" "ء")
72   ("c" "ؤ")
73   ("v" "ر")
74   ("b" "لا")
75   ("n" "ى")
76   ("m" "ة")
77   ("," "و")
78   ("." "ز")
79   ("/" "ظ")
80
81   ("\(" "\)")
82   ("\)" "\(")
83   ("~" "ّ")
84
85   ("Q" "َ")
86   ("W" "ً")
87   ("E" "ُ")
88   ("R" "ٌ")
89   ("T" "لإ")
90   ("Y" "إ")
91   ("U" "`")
92   ("I" "÷")
93   ("O" "×")
94   ("P" "؛")
95   ("{" ">")
96   ("}" "<")
97
98   ("A" "ِ")
99   ("S" "ٍ")
100   ("D" "]")
101   ("F" "[")
102   ("G" "لأ")
103   ("H" "أ")
104   ("J" "ـ")
105   ("K" "،")
106   ("L" "/")
107
108   ("Z" "~")
109   ("X" "ْ")
110   ("C" "}")
111   ("V" "{")
112   ("B" "لآ")
113   ("N" "آ")
114   ("M" "'")
115   ("<" ",")
116   (">" ".")
117   ("?" "؟")
118
119   ((C-,) ">")
120   ((C-.) "<")
121   ((C-\[) "]")
122   ((C-\]) "[")
123   ((C-J) "‍")                         ; zero width joiner
124   ((C-L) "‎")                         ; left to right mark
125   ((C-N) "‌")                         ; zero width non joiner
126   ((C-R) "‏")                         ; right to left mark
127   ((C-{) "}")
128   ((C-}) "{")
129   ))
130
131 (state
132  (init
133   (generic)))
134
135 ;; Local Variables:
136 ;; mode: lisp
137 ;; End: