New file.
[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 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 (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   ((KP_1) "১")
46   ((KP_2) "২")
47   ((KP_3) "৩")
48   ((KP_4) "৪")
49   ((KP_5) "৫")
50   ((KP_6) "৬")
51   ((KP_7) "৭")
52   ((KP_8) "৮")
53   ((KP_9) "৯")
54   ((KP_0) "০")
55   ((KP_Decimal) ".")
56   ((KP_Divide) "/")
57   ((KP_Multiply) "*")
58   ((KP_Add) "+")
59   ((KP_Subtract) "-") 
60  
61   ("!" ?!)
62   ("1" ?১)
63   ("@" ?@)
64   ("2" ?২)
65   ("#" ?#)
66   ("3" ?৩)
67   ("$" ?৳)
68   ("4" ?৪)
69   ("%" ?%)
70   ("5" ?৫)
71   ("^" ?^)
72   ("6" ?৬)
73   ("&" ?ঞ)
74   ("7" ?৭)
75   ("*" "ৎ")
76   ("8" ?৮)
77   ("(" ?()
78   ("9" ?৯)
79   (")" ?))
80   ("0" ?০)
81   ("_" ?_)
82   ("-" ?‌)
83   ("+" ?‍)
84   ("=" ?=)
85   ("Q" ?ধ)
86   ("q" ?দ)
87   ("W" ?ঊ)
88   ("w" ?ূ)
89   ("E" ?ঈ)
90   ("e" ?ী)
91   ("R" ?ড়)
92   ("r" ?র)
93   ("T" ?ঠ)
94   ("t" ?ট)
95   ("Y" ?ঐ)
96   ("y" ?এ)
97   ("U" ?উ)
98   ("u" ?ু)
99   ("I" ?ই)
100   ("i" ?ি)
101   ("O" ?ঔ)
102   ("o" ?ও)
103   ("P" ?ফ)
104   ("p" ?প)
105   ("{" ?ৈ)
106   ("[" ?ে)
107   ("}" ?ৌ)
108   ("]" ?ো)
109   ("A" ?অ)
110   ("a" ?া)
111   ("S" ?ষ)
112   ("s" ?স)
113   ("D" ?ঢ)
114   ("d" ?ড)
115   ("F" ?থ)
116   ("f" ?ত)
117   ("G" ?ঘ)
118   ("g" ?গ)
119   ("H" ?ঃ)
120   ("h" ?হ)
121   ("J" ?ঝ)
122   ("j" ?জ)
123   ("K" ?খ)
124   ("k" ?ক)
125   ("L" ?ং)
126   ("l" ?ল)
127   (":" ?:)
128   (";" ?;)
129   ("\"" ?\")
130   ("'" ?')
131   ("|" ?॥)
132   ("\\" ?\\)
133   ("~" ?~)
134   ("`" ?`)
135   ("Z" ?য)
136   ("z" ?য়)
137   ("X" ?ঢ়)
138   ("x" ?শ)
139   ("C" ?ছ)
140   ("c" ?চ)
141   ("V" ?ঋ)
142   ("v" ?আ)
143   ("B" ?ভ)
144   ("b" ?ব)
145   ("N" ?ণ)
146   ("n" ?ন)
147   ("M" ?ঙ)
148   ("m" ?ম)
149   ("<" ?ৃ)
150   ("," ?,)
151   (">" ?ঁ)
152   ("." ?।)
153   ("?" ??)
154   ("/" ?্)
155   ))
156  
157 (state
158   (init
159     (trans)))