New file.
[m17n/m17n-contrib.git] / im / bn-inscript.mim
1 ;; bn-inscript.mim -- Bengali input method for inscript layout
2 ;; This file is derived from the Bengali inscript table of scim-tables,
3 ;; which was derived from iiimf unitLE's Bengali 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 bn inscript)
25
26 (description "Bengali input method for inscript layout.
27
28 Inscript (Indian Script) Keyboard overlay in accordance to the standardization recommended by the Department of Electronics, Government of India. Reference Link:
29 http://tdil.mit.gov.in/keyoverlay.htm
30
31 Also see - http://indlinux.org/wiki/index.php/InscriptLayouts#Bengali
32
33 Key Summary:
34 To write \"juktakhor\" i.e. conjunct characters of consonants please use the \"halant\" character on the key 'd' between the two consonant akshar. 
35
36 E.g. ক্ষ = k+d+<
37
38 Key summary: Runa Bhattacharjee <runab@redhat.com>
39
40 ")
41
42 (title "ক")
43
44 (map
45  (trans
46  
47   ((KP_1) "১")
48   ((KP_2) "২")
49   ((KP_3) "৩")
50   ((KP_4) "৪")
51   ((KP_5) "৫")
52   ((KP_6) "৬")
53   ((KP_7) "৭")
54   ((KP_8) "৮")
55   ((KP_9) "৯")
56   ((KP_0) "০")
57   ((KP_Decimal) ".")
58   ((KP_Divide) "/")
59   ((KP_Multiply) "*")
60   ((KP_Add) "+")
61   ((KP_Subtract) "-")
62  
63   ("!" ?!)
64   ("\"" ?ঠ)
65   ("'" ?ট)
66   ("(" ?()
67   (")" ?))
68   ("+" ?ঋ)
69   ("," ?,)
70   ("-" ?-)
71   ("." ".")
72   ("/" ?য়)
73   ("0" ?০)
74   ("1" ?১)
75   ("2" ?২)
76   ("3" ?৩)
77   ("4" ?৪)
78   ("5" ?৫)
79   ("6" ?৬)
80   ("7" ?৭)
81   ("8" ?৮)
82   ("9" ?৯)
83   (":" ?ছ)
84   (";" ?চ)
85   ("<" ?ষ)
86   ("=" ?ৃ)
87   (">" ?।)
88   ("?" ?য)
89   ("@" ?@)
90   ("#" ?#)
91   ("$" ?$)
92   ("%" ?%)
93   ("&" ?&)
94   ("*" ?*)
95   ("^" ?^)
96   ("A" ?ও)
97   ("B" ?B)
98   ("C" ?ণ)
99   ("D" ?অ)
100   ("E" ?আ)
101   ("F" ?ই)
102   ("G" ?উ)
103   ("H" ?ফ)
104   ("I" ?ঘ)
105   ("J" ?J)
106   ("K" ?খ)
107   ("L" ?থ)
108   ("M" ?শ)
109   ("N" ?N)
110   ("O" ?ধ)
111   ("P" ?ঝ)
112   ("Q" ?ঔ)
113   ("R" ?ঈ)
114   ("S" ?এ)
115   ("T" ?ঊ)
116   ("U" ?ঙ)
117   ("V" ?V)
118   ("W" ?ঐ)
119   ("X" ?ঁ)
120   ("Y" ?ভ)
121   ("Z" ?Z)
122   ("[" ?ড)
123   ("\\" ?\\)
124   ("]" ?়)
125   ("_" ?ঃ)
126   ("`" ?`)
127   ("a" ?ো)
128   ("b" ?ব)
129   ("c" ?ম)
130   ("d" ?্)
131   ("e" ?া)
132   ("f" ?ি)
133   ("g" ?ু)
134   ("h" ?প)
135   ("i" ?গ)
136   ("j" ?র)
137   ("k" ?ক)
138   ("l" ?ত)
139   ("m" ?স)
140   ("n" ?ল)
141   ("o" ?দ)
142   ("p" ?জ)
143   ("q" ?ৌ)
144   ("r" ?ী)
145   ("s" ?ে)
146   ("t" ?ূ)
147   ("u" ?হ)
148   ("v" ?ন)
149   ("w" ?ৈ)
150   ("x" ?ং)
151   ("y" ?ব)
152   ("z" ?z)
153   ("{" ?ঢ)
154   ("|" ?|)
155   ("}" ?ঞ)
156   ("~" ?~)
157   ))
158  
159 (state
160   (init
161     (trans)))