*** empty log message ***
[m17n/m17n-contrib.git] / im / pa-jhelum.mim
1 ;; pa-jhelum.mim -- Punjabi input method for jhelum 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 pa jhelum)
23
24 (description "Punjabi input method for jhelum layout.
25
26 Key Summary:
27
28 Some complex Characters
29 z=ੱ
30 Z=਼
31 x=ਂ
32 X=ੰ
33 |=।
34 D=੍  (halant to type Parian character like Ra/Ha)
35
36
37 The conjuncts called HALANT letters can be used using the following keys:
38
39 (i) Consonant + RA 
40 ie, key 'K' + key 'D' + key 'J'
41
42 (ii) Consonant + HA
43 ie, key 'K' + key 'D' + key 'U'
44
45 (iii) Consonant + VA
46 ie, key 'K' + key 'D' + key 'B'
47
48 (iv)Consonant + YA
49 ie, key 'K' + key 'D' + key '/'
50
51 Key summary: AP Singh Brar <apbrar@gmail.com>, Jaswinder Singh <jsingh@redhat.com>
52 ")
53
54 (title "ਕ")
55
56 (map
57  (trans
58  
59   ((KP_1) "੧")
60   ((KP_2) "੨")
61   ((KP_3) "੩")
62   ((KP_4) "੪")
63   ((KP_5) "੫")
64   ((KP_6) "੬")
65   ((KP_7) "੭")
66   ((KP_8) "੮")
67   ((KP_9) "੯")
68   ((KP_0) "੦")
69   ((KP_Decimal) ".")
70   ((KP_Divide) "/")
71   ((KP_Multiply) "*")
72   ((KP_Add) "+")
73   ((KP_Subtract) "-") 
74  
75   ("~" ?~)
76   ("`" ?`)
77   ("!" ?!)
78   ("1" ?1)
79   ("@" ?@)
80   ("2" ?2)
81   ("#" ?#)
82   ("3" ?3)
83   ("$" ?$)
84   ("4" ?4)
85   ("%" ?%)
86   ("5" ?5)
87   ("6" ?6)
88   ("7" ?7)
89   ("8" ?8)
90   ("(" ?()
91   ("9" ?9)
92   (")" ?))
93   ("0" ?0)
94   ("_" ?_)
95   ("-" ?-)
96   ("+" ?+)
97   ("=" ?=)
98   ("Q" ?ਔ)
99   ("q" ?ੌ)
100   ("W" ?ਐ)
101   ("w" ?ੈ)
102   ("E" ?ਆ)
103   ("e" ?ਾ)
104   ("R" ?ਈ)
105   ("r" ?ੀ)
106   ("T" ?ਊ)
107   ("t" ?ੂ)
108   ("Y" ?ੜ)
109   ("y" ?ਰ)
110   ("U" ?ਧ)
111   ("u" ?ਦ)
112   ("I" ?ਘ)
113   ("i" ?ਗ)
114   ("O" ?ਟ)
115   ("o" ?ਤ)
116   ("P" ?ਫ)
117   ("p" ?ਪ)
118   ("{" ?ਢ)
119   ("[" ?ਡ)
120   ("}" ?ਞ)
121   ("]" ?ਙ)
122   ("A" ?ਓ)
123   ("a" ?ੋ)
124   ("S" ?ਏ)
125   ("s" ?ੇ)
126   ("D" ?ਅ)
127   ("d" ?੍)
128   ("F" ?ਇ)
129   ("f" ?ਿ)
130   ("G" ?ਉ)
131   ("g" ?ੁ)
132   ("H" ?ਠ)
133   ("h" ?ਹ)
134   ("J" ?ਝ)
135   ("j" ?ਜ)
136   ("K" ?ਖ)
137   ("k" ?ਕ)
138   ("L" ?ਥ)
139   ("l" ?ਲ)
140   (":" ?:)
141   (";" ?ਸ)
142   ("\"" ?\")
143   ("'" ?')
144   ("|" ?।)
145   ("\\" ?\\)
146   ("Z" ?਼)
147   ("z" ?ੱ)
148   ("X" ?ੰ)
149   ("x" ?ਂ)
150   ("C" ?ਛ)
151   ("c" ?ਚ)
152   ("V" ?ਯ)
153   ("v" ?ਵ)
154   ("B" ?ਭ)
155   ("b" ?ਬ)
156   ("N" ?ਣ)
157   ("n" ?ਨ)
158   ("M" ?ਠ)
159   ("m" ?ਮ)
160   ("<" ?<)
161   ("," ?,)
162   (">" ?>)
163   ("." ?.)
164   ("?" ??)
165   ("/" ?/)
166   ("^" "੍ਰ")
167   ("*" ?*)
168   ))
169
170 (state
171   (init
172     (trans)))