New file.
[m17n/m17n-contrib.git] / im / sd-inscript.mim
1 ;; sd-inscript.mim -- Sindhi input method for inscript layout
2 ;; This file is derived from the Hindi inscript table of scim-tables,
3 ;; which was derived from iiimf unitLE's Hindi inscript layout.
4 ;; Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
5
6 ;; This file is part of the m17n contrib; 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 sd inscript)
25
26 (description "Sindhi input method for inscript layout.
27
28 Reference URL : http://indlinux.org/wiki/index.php/InscriptLayouts#Devanagari
29
30 Key Summary:
31 ॻ : 
32         This characters can be typed using [ग + '_'(underscore)] or
33         ['i' + '_'] or ['ग'+ ः]
34 ॼ :
35         This characters can be typed using ज + '_'(underscore)] or
36         ['p' + '_'] or ['ज'+ ः]
37 ॾ :
38         This characters can be typed using ड + '_'(underscore)] or
39         ['[' + '_'] or ['ड'+ ः]
40 ॿ :                 
41         This characters can be typed using ब + '_'(underscore)] or
42         ['y' + '_'] or ['ड'+ ः]
43
44 Author: Pravin Satpute <psatpute@redhat.com>
45
46 ")
47
48 (title "क")
49
50 (map
51  (trans
52   ((KP_1) "१")
53   ((KP_2) "२")
54   ((KP_3) "३")
55   ((KP_4) "४")
56   ((KP_5) "५")
57   ((KP_6) "६")
58   ((KP_7) "७")
59   ((KP_8) "८")
60   ((KP_9) "९")
61   ((KP_0) "०")
62   ((KP_Decimal) ".")
63   ((KP_Divide) "/")
64   ((KP_Multiply) "*")
65   ((KP_Add) "+")
66   ((KP_Subtract) "-") 
67  
68   ("!" ?ऍ)
69   ("1" ?१)
70   ("@" ?ॅ)
71   ("2" ?२)
72   ("#" ?#)
73   ("3" ?३)
74   ("$" ?$)
75   ("4" ?४)
76   ("5" ?५)
77   ("6" ?६)
78   ("7" ?७)
79   ("8" ?८)
80   ("(" ?()
81   ("9" ?९)
82   (")" ?))
83   ("0" ?०)
84   ("_" ?ः)
85   ("-" ?-)
86   ("+" ?ऋ)
87   ("=" ?ृ)
88   ("Q" ?औ)
89   ("q" ?ौ)
90   ("W" ?ऐ)
91   ("w" ?ै)
92   ("E" ?आ)
93   ("e" ?ा)
94   ("R" ?ई)
95   ("r" ?ी)
96   ("T" ?ऊ)
97   ("t" ?ू)
98   ("Y" ?भ)
99   ("y" ?ब)
100   ("U" ?ङ)
101   ("u" ?ह)
102   ("I" ?घ)
103   ("i" ?ग)
104   ("O" ?ध)
105   ("o" ?द)
106   ("P" ?झ)
107   ("p" ?ज)
108   ("{" ?ढ)
109   ("[" ?ड)
110   ("}" ?ञ)
111   ("]" ?़)
112   ("A" ?ओ)
113   ("a" ?ो)
114   ("S" ?ए)
115   ("s" ?े)
116   ("D" ?अ)
117   ("d" ?्)
118   ("F" ?इ)
119   ("f" ?ि)
120   ("G" ?उ)
121   ("g" ?ु)
122   ("H" ?फ)
123   ("h" ?प)
124   ("J" ?ऱ)
125   ("j" ?र)
126   ("K" ?ख)
127   ("k" ?क)
128   ("L" ?थ)
129   ("l" ?त)
130   (":" ?छ)
131   (";" ?च)
132   ("\"" ?ठ)
133   ("'" ?ट)
134   ("|" ?ऑ)
135   ("\\" ?ॉ)
136   ("~" ?ऒ)
137   ("`" ?ॊ)
138   ("Z" ?ऎ)
139   ("z" ?ॆ)
140   ("X" ?ँ)
141   ("x" ?ं)
142   ("C" ?ण)
143   ("c" ?म)
144   ("V" ?ऩ)
145   ("v" ?न)
146   ("B" ?ऴ)
147   ("b" ?व)
148   ("N" ?ळ)
149   ("n" ?ल)
150   ("M" ?श)
151   ("m" ?स)
152   ("<" ?ष)
153   ("," ?,)
154   (">" ?।)
155   ("." ?.)
156   ("?" ?य़)
157   ("/" ?य)
158   ("%" "ज्ञ")
159   ("^" "त्र")
160   ("&" "क्ष")
161   ("*" "श्र")
162   ("dd" "्‌") 
163   ("i_" ?ॻ)
164   ("p_" ?ॼ)
165   ("[_" ?ॾ)
166   ("y_" ?ॿ)
167   ))
168
169 (state
170   (init
171     (trans)))