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 ;; Copyright (c) 2008 Red Hat, Inc. All Rights Reserved.
6
7 ;; This file is part of the m17n contrib; a sub-part of the m17n
8 ;; library.
9
10 ;; The m17n library is free software; you can redistribute it and/or
11 ;; modify it under the terms of the GNU Lesser General Public License
12 ;; as published by the Free Software Foundation; either version 2.1 of
13 ;; the License, or (at your option) any later version.
14
15 ;; The m17n library is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18 ;; Lesser General Public License for more details.
19
20 ;; You should have received a copy of the GNU Lesser General Public
21 ;; License along with the m17n library; if not, write to the Free
22 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 ;; Boston, MA 02110-1301, USA.
24
25 (input-method sd inscript)
26
27 (description "Sindhi input method for inscript layout.
28
29 Reference URL : http://indlinux.org/wiki/index.php/InscriptLayouts#Devanagari
30
31 Key Summary:
32 ॻ : 
33         This characters can be typed using [ग + '_'(underscore)] or
34         ['i' + '_'] or ['ग'+ ः]
35 ॼ :
36         This characters can be typed using ज + '_'(underscore)] or
37         ['p' + '_'] or ['ज'+ ः]
38 ॾ :
39         This characters can be typed using ड + '_'(underscore)] or
40         ['[' + '_'] or ['ड'+ ः]
41 ॿ :                 
42         This characters can be typed using ब + '_'(underscore)] or
43         ['y' + '_'] or ['ड'+ ः]
44
45 Author: Pravin Satpute <psatpute@redhat.com>
46
47 ")
48
49 (title "क")
50
51 (map
52  (trans
53   ((KP_1) "१")
54   ((KP_2) "२")
55   ((KP_3) "३")
56   ((KP_4) "४")
57   ((KP_5) "५")
58   ((KP_6) "६")
59   ((KP_7) "७")
60   ((KP_8) "८")
61   ((KP_9) "९")
62   ((KP_0) "०")
63   ((KP_Decimal) ".")
64   ((KP_Divide) "/")
65   ((KP_Multiply) "*")
66   ((KP_Add) "+")
67   ((KP_Subtract) "-") 
68  
69   ("!" ?ऍ)
70   ("1" ?१)
71   ("@" ?ॅ)
72   ("2" ?२)
73   ("#" ?#)
74   ("3" ?३)
75   ("$" ?$)
76   ("4" ?४)
77   ("5" ?५)
78   ("6" ?६)
79   ("7" ?७)
80   ("8" ?८)
81   ("(" ?()
82   ("9" ?९)
83   (")" ?))
84   ("0" ?०)
85   ("_" ?ः)
86   ("-" ?-)
87   ("+" ?ऋ)
88   ("=" ?ृ)
89   ("Q" ?औ)
90   ("q" ?ौ)
91   ("W" ?ऐ)
92   ("w" ?ै)
93   ("E" ?आ)
94   ("e" ?ा)
95   ("R" ?ई)
96   ("r" ?ी)
97   ("T" ?ऊ)
98   ("t" ?ू)
99   ("Y" ?भ)
100   ("y" ?ब)
101   ("U" ?ङ)
102   ("u" ?ह)
103   ("I" ?घ)
104   ("i" ?ग)
105   ("O" ?ध)
106   ("o" ?द)
107   ("P" ?झ)
108   ("p" ?ज)
109   ("{" ?ढ)
110   ("[" ?ड)
111   ("}" ?ञ)
112   ("]" ?़)
113   ("A" ?ओ)
114   ("a" ?ो)
115   ("S" ?ए)
116   ("s" ?े)
117   ("D" ?अ)
118   ("d" ?्)
119   ("F" ?इ)
120   ("f" ?ि)
121   ("G" ?उ)
122   ("g" ?ु)
123   ("H" ?फ)
124   ("h" ?प)
125   ("J" ?ऱ)
126   ("j" ?र)
127   ("K" ?ख)
128   ("k" ?क)
129   ("L" ?थ)
130   ("l" ?त)
131   (":" ?छ)
132   (";" ?च)
133   ("\"" ?ठ)
134   ("'" ?ट)
135   ("|" ?ऑ)
136   ("\\" ?ॉ)
137   ("~" ?ऒ)
138   ("`" ?ॊ)
139   ("Z" ?ऎ)
140   ("z" ?ॆ)
141   ("X" ?ँ)
142   ("x" ?ं)
143   ("C" ?ण)
144   ("c" ?म)
145   ("V" ?ऩ)
146   ("v" ?न)
147   ("B" ?ऴ)
148   ("b" ?व)
149   ("N" ?ळ)
150   ("n" ?ल)
151   ("M" ?श)
152   ("m" ?स)
153   ("<" ?ष)
154   ("," ?,)
155   (">" ?।)
156   ("." ?.)
157   ("?" ?य़)
158   ("/" ?य)
159   ("%" "ज्ञ")
160   ("^" "त्र")
161   ("&" "क्ष")
162   ("*" "श्र")
163   ("dd" "्‌") 
164   ("i_" ?ॻ)
165   ("p_" ?ॼ)
166   ("[_" ?ॾ)
167   ("y_" ?ॿ)
168   ))
169
170 (state
171   (init
172     (trans)))