6e15571ab0f82d4f15b90a5eb04c896c78269700
[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 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 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 library; if not, write to the Free
21 ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
22 ;; 02111-1307, 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   ("1" ?੧)
59   ("2" ?੨)
60   ("3" ?੩)
61   ("4" ?੪)
62   ("5" ?੫)
63   ("6" ?੬)
64   ("7" ?੭)
65   ("8" ?੮)
66   ("9" ?੯)
67   ("0" ?੦)
68   ("_" ?_)
69   ("-" ?-)
70   ("+" ?+)
71   ("=" ?=)
72   ("Q" ?ਔ)
73   ("q" ?ੌ)
74   ("W" ?ਐ)
75   ("w" ?ੈ)
76   ("E" ?ਆ)
77   ("e" ?ਾ)
78   ("R" ?ਈ)
79   ("r" ?ੀ)
80   ("T" ?ਊ)
81   ("t" ?ੂ)
82   ("Y" ?ਭ)
83   ("y" ?ਬ)
84   ("U" ?ਙ)
85   ("u" ?ਹ)
86   ("I" ?ਘ)
87   ("i" ?ਗ)
88   ("O" ?ਧ)
89   ("o" ?ਦ)
90   ("P" ?ਝ)
91   ("p" ?ਜ)
92   ("{" ?ਢ)
93   ("[" ?ਡ)
94   ("}" ?ਞ)
95   ("]" ?਼)
96   ("A" ?ਓ)
97   ("a" ?ੋ)
98   ("S" ?ਏ)
99   ("s" ?ੇ)
100   ("D" ?ਅ)
101   ("d" ?੍)
102   ("F" ?ਇ)
103   ("f" ?ਿ)
104   ("G" ?ਉ)
105   ("g" ?ੁ)
106   ("H" ?ਫ)
107   ("h" ?ਪ)
108   ("J" ?ੜ)
109   ("j" ?ਰ)
110   ("K" ?ਖ)
111   ("k" ?ਕ)
112   ("L" ?ਥ)
113   ("l" ?ਤ)
114   (":" ?ਛ)
115   (";" ?ਚ)
116   ("\"" ?ਠ)
117   ("'" ?ਟ)
118   ("|" ?।)
119   ("\\" ?\\)
120   ("Z" ?ੱ)
121   ("z" ?ੰ)
122   ("X" ?ਫ਼)
123   ("x" ?ਜ਼)
124   ("C" ?ਣ)
125   ("c" ?ਮ)
126   ("V" ?ਂ)
127   ("v" ?ਨ)
128   ("B" ?ਞ)
129   ("b" ?ਵ)
130   ("N" ?ਲ਼)
131   ("n" ?ਲ)
132   ("M" ?ਸ਼)
133   ("m" ?ਸ)
134   ("<" ?ੳ)
135   ("," ?,)
136   (">" ?ੲ)
137   ("." ?.)
138   ("?" ??)
139   ("/" ?ਯ)
140   ))
141
142 (state
143   (init
144     (trans)))