*** empty log message ***
[m17n/m17n-contrib.git] / im / ks-kbd.mim
1 ;; ks-kbd.mim -- Kashmiri input method with Kashmiri keyboard layout
2 ;; Copyright (c) 2009 Mohammad Nayeem Teli <mohammad.nayeem@gmail.com>
3
4 ;; This file is part of the m17n contrib; a sub-part of the m17n
5 ;; library.
6
7 ;; The m17n library is free software; you can redistribute it and/or
8 ;; modify it under the terms of the GNU Lesser General Public License
9 ;; as published by the Free Software Foundation; either version 2.1 of
10 ;; the License, or (at your option) any later version.
11
12 ;; The m17n library is distributed in the hope that it will be useful,
13 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 ;; Lesser General Public License for more details.
16
17 ;; You should have received a copy of the GNU Lesser General Public
18 ;; License along with the m17n library; if not, write to the Free
19 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 ;; Boston, MA 02110-1301, USA.
21
22
23 (input-method ks kbd)
24
25 (description "Kashmiri input method simulating Kahsmiri keyboard.
26 This input method simulates the Kashmiri keyboard
27 shown in this text book:
28     کءشر کتاب نمبر ۱
29 دی جموں و کشمیر سٹیٹ بورڑ آف سکول ایجوکیشن
30
31 Author: Mohammad Nayeem Teli <mohammad.nayeem@gmail.com> with help from
32         Mohammad Yehya Teli and Shafaat Ahmed for providing me
33         the alphabet with inputs from Shamima Akhtar.")
34
35 (title "کءشر")
36
37 (map
38  (trans
39   ("~" "ٓ")
40   ("!" "!")
41   ("1" "۱")
42   ("@" "@")
43   ("2" "۲")
44   ("#" "#")
45   ("3" "۳")
46   ("$" "$")
47   ("4" "۴")
48   ("5" "۵")
49   ("6" "۶")
50   ("7" "۷")
51   ("8" "۸")
52   ("(" ")")
53   ("9" "۹")
54   (")" "(")
55   ("0" "۰")
56   ("_" "ّ")
57   ("-" "-")
58   ("+" "+")
59   ("=" "=")
60   ("Q" "ﷺ")
61   ("q" "ق")
62   ("W" "ؤ")
63   ("w" "و")
64   ("E" "ئ")
65   ("e" "ع")
66   ("R" "ڑ")
67   ("r" "ر")
68   ("T" "ٹ")
69   ("t" "ت")
70   ("Y" "؁") 
71   ("y" "ے")
72   ("U" "،")
73   ("u" "ء")
74   ("I" "ۆ")
75   ("i" "ی")
76   ("O" "ۃ")
77   ("o" "ہ")
78   ("P" "إ")
79   ("p" "پ")
80   ("{" "ٰ")
81   ("[" "]")
82   ("}" "ٰ")
83   ("]" "[")
84   ("A" "آ")
85   ("a" "ا")
86   ("S" "ش")
87   ("s" "س")
88   ("D" "ڈ")
89   ("d" "د")
90   ("F" "ُ")
91   ("f" "ف")
92   ("G" "غ")
93   ("g" "گ")
94   ("H" "ح")
95   ("h" "ھ")
96   ("J" "ژ")
97   ("j" "ج")
98   ("K" "خ")
99   ("k" "ک")
100   ("L" "ؓ")
101   ("l" "ل")
102   (":" ":")
103   (";" "؛")
104   ("\" "\")
105   ("'" "ٰ")
106   ("|" "أ")
107   ("\\" "؎")
108   ("~" "ً")
109   ("`" "ٍ")
110   ("Z" "ذ")
111   ("z" "ز")
112   ("X" "ض")
113   ("x" "ص")
114   ("C" "ث")
115   ("c" "چ")
116   ("V" "ظ")
117   ("v" "ط")
118   ("B" "أ")
119   ("b" "ب")
120   ("N" "ں")
121   ("n" "ن")
122   ("M" "ٔ")
123   ("m" "م")
124   (">" "َ")
125   ("," "،")
126   ("<" "ِ")
127   ("." "۔")
128   ("?" "؟")
129   ("/" "/")
130   ("%" "%")
131   ("^" "^")
132   ("&" "&")
133   ("*" "*")
134   ))
135
136 (state
137   (init
138     (trans)))