*** empty log message ***
[m17n/m17n-contrib.git] / im / as-phonetic.mim
1 ;; as-phonetic.mim -- Assamese input method for phonetic 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., 51 Franklin Street, Fifth Floor,
20 ;; Boston, MA 02110-1301, USA.
21
22 (input-method as phonetic)
23
24 (description "Assamese input method for phonetic layout.
25
26 Reference URL - http://www.bengalinux.org/images/probhat_layout.png
27
28 Key Summary:
29
30 The differences between Assamese and Bengali alphabets are:
31
32 The 'ra' of Assamese is different from Bengali 'ra'. The Assamese phonetic keyboard layout has made the change in the Bengali keyboard layout but in the same corresponding key of the English keyboard.
33 There is an additional alphabet 'wa' which is not there in Bengali.
34
35
36 The following are the important key combinations for the Assamese keyboard layout (Bengali 'Probhat' Keyboard layout):
37
38 1. The alphabet 'ৰ' can be obtained by pressing the key 'R' in the English keyboard.
39 2. The alphabet 'ৱ' can be obtained by pressing the key '^('Shift' key + '6')' in the English keyboard.
40 3. There are two ways of typing the Assamese 'আ' . One is typing 'A' followed by 'a'. The other is by typing 'v' only.
41 4. The alphabet 'ঞ' can be obtained by pressing '&' i.e 'Shift' and '7' together in the Eglish keyboard.
42 5. The '।' is located in '.' in the English keyboard.
43
44 Some important combinations are as follows:
45
46 1. 'tra' : 'ta' + 'halant' + 'ra'
47    (ত্ৰ) (ত)    (্)    (ৰ)
48               'f'         '/'        'r'
49
50 2. 'khya': 'ka' + 'halant' + 'Sha'
51    (ক্ষ)     (ক)      (্)      (ষ)
52                 'k'          '/'         'S' (note the capital S for ষ)
53
54 3. 'kra':  'ka' + 'halant' + 'ra'
55    (ক্ৰ)    (ক)      (্)    (ৰ)
56                  'k'          '/'        'r'
57
58 4. 'akta': 'ka' + 'halant' + 'ta'
59    (ক্ত)    (ক)      (্)      (ত)
60                 'k'          '/'          'f' (note that f is for ত)
61
62 5. 'kla'  : 'ka' + 'halant' + 'la'
63    (ক্ল)     (ক)      (্)     (ল)
64                'k'          '/'          'l'
65
66
67 Author: Jatin Nansi <jnansi@redhat.com>, Modified : Runa <runab@redhat.com> for RH bz #193849
68 Key Summary: Amitakhya Phukan <aphukan@redhat.com>")
69
70 (title "ক")
71
72 (map
73  (trans
74  
75   ((KP_1) "১")
76   ((KP_2) "২")
77   ((KP_3) "৩")
78   ((KP_4) "৪")
79   ((KP_5) "৫")
80   ((KP_6) "৬")
81   ((KP_7) "৭")
82   ((KP_8) "৮")
83   ((KP_9) "৯")
84   ((KP_0) "০")
85   ((KP_Decimal) ".")
86   ((KP_Divide) "/")
87   ((KP_Multiply) "*")
88   ((KP_Add) "+")
89   ((KP_Subtract) "-")  
90  
91   ("!" ?!)
92   ("1" ?১)
93   ("@" ?@)
94   ("2" ?২)
95   ("#" ?#)
96   ("3" ?৩)
97   ("$" ?ৎ)
98   ("4" ?৪)
99   ("%" ?%)
100   ("5" ?৫)
101   ("^" ?ঞ)
102   ("6" ?৬)
103   ("&" ?&)
104   ("7" ?৭)
105   ("*" "*")
106   ("8" ?৮)
107   ("(" ?()
108   ("9" ?৯)
109   (")" ?))
110   ("0" ?০)
111   ("_" ?_)
112   ("-" ?-)
113   ("+" ?+)
114   ("=" ?=)
115   ("Q" ?ধ)
116   ("q" ?দ)
117   ("W" ?ঊ)
118   ("w" ?ূ)
119   ("E" ?ঈ)
120   ("e" ?ী)
121   ("R" ?ড়)
122   ("r" ?ৰ)
123   ("T" ?ঠ)
124   ("t" ?ট)
125   ("Y" ?ঐ)
126   ("y" ?এ)
127   ("U" ?উ)
128   ("u" ?ু)
129   ("I" ?ই)
130   ("i" ?ি)
131   ("O" ?ঔ)
132   ("o" ?ও)
133   ("P" ?ফ)
134   ("p" ?প)
135   ("{" ?ৈ)
136   ("[" ?ে)
137   ("}" ?ৌ)
138   ("]" ?ো)
139   ("A" ?অ)
140   ("a" ?া)
141   ("S" ?ষ)
142   ("s" ?স)
143   ("D" ?ঢ)
144   ("d" ?ড)
145   ("F" ?থ)
146   ("f" ?ত)
147   ("G" ?ঘ)
148   ("g" ?গ)
149   ("H" ?ঃ)
150   ("h" ?হ)
151   ("J" ?ঝ)
152   ("j" ?জ)
153   ("K" ?খ)
154   ("k" ?ক)
155   ("L" ?ং)
156   ("l" ?ল)
157   (":" ?:)
158   (";" ?;)
159   ("\"" ?\")
160   ("'" ?')
161   ("|" ?॥)
162   ("\\" ?ৱ)
163   ("~"?‌)
164   ("`" ?‍)
165   ("Z" ?য)
166   ("z" ?য়)
167   ("X" ?ঢ়)
168   ("x" ?শ)
169   ("C" ?ছ)
170   ("c" ?চ)
171   ("V" ?ঋ)
172   ("v" ?আ)
173   ("B" ?ভ)
174   ("b" ?ব)
175   ("N" ?ণ)
176   ("n" ?ন)
177   ("M" ?ঙ)
178   ("m" ?ম)
179   ("<" ?ৃ)
180   ("," ?,)
181   (">" ?ঁ)
182   ("." ?।)
183   ("?" ??)
184   ("/" ?্)
185   ))
186  
187 (state
188   (init
189     (trans)))