ebf010e0d894cef383f175cbb91c3dda9c02b2ee
[m17n/m17n-contrib.git] / im / bn-probhat.mim
1 ;; bn-probhat.mim -- Bengali input method for probhat layout
2 ;; Copyright (c) 2004-2006 Red Hat, Inc. All rights reserved.
3
4 ;; This file is part of the m17n contrib; a sub-part of the m17n
5 ;; library.
6
7 ;; The 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 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 library; if not, write to the Free
19 ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
20 ;; 02111-1307, USA.
21
22 (input-method bn probhat)
23
24 (description "Bengali input method for probhat layout.
25
26 Phonetic Based Bengali Keymap Layout created by Taneem Ahmed and proposed by Ankur Group (www.bengalinux.org) in accordance to the image in the following link:
27
28 http://www.bengalinux.org/images/probhat_layout.png
29
30 Key summary:
31
32 To write \"juktakhor\" i.e. conjunct characters of consonants please use the \"halant\" character on the key '/' between the two consonant akshar. 
33
34 E.g. ক্ষ = k+/+S
35
36 Author: Jatin Nansi <jnansi@redhat.com>
37 Key summary: Runa Bhattacharjee <runab@redhat.com>
38 ")
39
40 (title "ক")
41
42 (map
43  (trans
44   ("!" ?!)
45   ("1" ?১)
46   ("@" ?@)
47   ("2" ?২)
48   ("#" ?#)
49   ("3" ?৩)
50   ("$" ?৳)
51   ("4" ?৪)
52   ("%" ?%)
53   ("5" ?৫)
54   ("^" ?^)
55   ("6" ?৬)
56   ("&" ?ঞ)
57   ("7" ?৭)
58   ("*" "ৎ")
59   ("8" ?৮)
60   ("(" ?()
61   ("9" ?৯)
62   (")" ?))
63   ("0" ?০)
64   ("_" ?_)
65   ("-" ?‌)
66   ("+" ?‍)
67   ("=" ?=)
68   ("Q" ?ধ)
69   ("q" ?দ)
70   ("W" ?ঊ)
71   ("w" ?ূ)
72   ("E" ?ঈ)
73   ("e" ?ী)
74   ("R" ?ড়)
75   ("r" ?র)
76   ("T" ?ঠ)
77   ("t" ?ট)
78   ("Y" ?ঐ)
79   ("y" ?এ)
80   ("U" ?উ)
81   ("u" ?ু)
82   ("I" ?ই)
83   ("i" ?ি)
84   ("O" ?ঔ)
85   ("o" ?ও)
86   ("P" ?ফ)
87   ("p" ?প)
88   ("{" ?ৈ)
89   ("[" ?ে)
90   ("}" ?ৌ)
91   ("]" ?ো)
92   ("A" ?অ)
93   ("a" ?া)
94   ("S" ?ষ)
95   ("s" ?স)
96   ("D" ?ঢ)
97   ("d" ?ড)
98   ("F" ?থ)
99   ("f" ?ত)
100   ("G" ?ঘ)
101   ("g" ?গ)
102   ("H" ?ঃ)
103   ("h" ?হ)
104   ("J" ?ঝ)
105   ("j" ?জ)
106   ("K" ?খ)
107   ("k" ?ক)
108   ("L" ?ং)
109   ("l" ?ল)
110   (":" ?:)
111   (";" ?;)
112   ("\"" ?\")
113   ("'" ?')
114   ("|" ?॥)
115   ("\\" ?\\)
116   ("~" ?~)
117   ("`" ?`)
118   ("Z" ?য)
119   ("z" ?য়)
120   ("X" ?ঢ়)
121   ("x" ?শ)
122   ("C" ?ছ)
123   ("c" ?চ)
124   ("V" ?ঋ)
125   ("v" ?আ)
126   ("B" ?ভ)
127   ("b" ?ব)
128   ("N" ?ণ)
129   ("n" ?ন)
130   ("M" ?ঙ)
131   ("m" ?ম)
132   ("<" ?ৃ)
133   ("," ?,)
134   (">" ?ঁ)
135   ("." ?।)
136   ("?" ??)
137   ("/" ?্)
138   ))
139  
140 (state
141   (init
142     (trans)))