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