*** empty log message ***
[m17n/m17n-contrib.git] / im / ne-rom.mim
1 ;; ne-rom.mim -- Nepali input method for romanized layout
2 ;; This files implements the romanized keyboard layout published by MPP.
3 ;; Copyright (c) 2005 Suyash Shrestha <suyash.shr@gmail.com>
4
5 ;; This file is part of the m17n contrib; a sub-part of the m17n
6 ;; library.
7
8 ;; The m17n library is free software; you can redistribute it and/or
9 ;; modify it under the terms of the GNU Lesser General Public License
10 ;; as published by the Free Software Foundation; either version 2.1 of
11 ;; the License, or (at your option) any later version.
12
13 ;; The m17n library is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 ;; Lesser General Public License for more details.
17
18 ;; You should have received a copy of the GNU Lesser General Public
19 ;; License along with the m17n library; if not, write to the Free
20 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 ;; Boston, MA 02110-1301, USA.
22
23 (input-method ne rom)
24
25 (description "Nepali input method for romanized layout.
26 Author: Suyash Shrestha <suyash.shr@gmail.com>
27 ")
28
29 (title "Ne")
30
31 (map
32  (trans
33   ("!" ?!)
34   ("\"" ?\")
35   ("#" ?#)
36   ("$" "रु")
37   ("'" ?')
38   ("(" ?()
39   (")" ?))
40   ("+" ?+)
41   ("," ?,)
42   ("-" ?-)
43   ("." ?।)
44   ("/" ?्)
45   ("0" ?०)
46   ("1" ?१)
47   ("2" ?२)
48   ("3" ?३)
49   ("4" ?४)
50   ("5" ?५)
51   ("6" ?६)
52   ("7" ?७)
53   ("8" ?८)
54   ("9" ?९)
55   (":" ?:)
56   (";" ?;)
57   ("<" ?ङ)
58   ("=" ?=)
59   (">" ?॥)
60   ("?" ??)
61   ("@" ?@)
62   ("A" ?आ)
63   ("B" ?भ)
64   ("C" ?च)
65   ("D" ?ध)
66   ("E" ?ै)
67   ("F" ?ऊ)
68   ("G" ?घ)
69   ("H" ?अ)
70   ("I" ?ी)
71   ("J" ?झ)
72   ("K" ?ख)
73   ("L" ?ळ)
74   ("M" ?ं)
75   ("N" ?ण)
76   ("O" ?ओ)
77   ("P" ?फ)
78   ("Q" ?ठ)
79   ("R" ?ृ)
80   ("S" ?श)
81   ("T" ?थ)
82   ("U" ?ू)
83   ("V" ?ँ)
84   ("W" ?औ)
85   ("X" ?ढ)
86   ("Y" ?ञ)
87   ("Z" ?ऋ)
88   ("[" ?इ)
89   ("\\" ?ॐ)
90   ("]" ?ए)
91   ("_" ?॒)
92   ("`" ?़)
93   ("a" ?ा)
94   ("b" ?ब)
95   ("c" ?छ)
96   ("d" ?द)
97   ("e" ?े)
98   ("f" ?उ)
99   ("g" ?ग)
100   ("h" ?ह)
101   ("i" ?ि)
102   ("j" ?ज)
103   ("k" ?क)
104   ("l" ?ल)
105   ("m" ?म)
106   ("n" ?न)
107   ("o" ?ो)
108   ("p" ?प)
109   ("q" ?ट)
110   ("r" ?र)
111   ("s" ?स)
112   ("t" ?त)
113   ("u" ?ु)
114   ("v" ?व)
115   ("w" ?ौ)
116   ("x" ?ड)
117   ("y" ?य)
118   ("z" ?ष)
119   ("{" ?ई)
120   ("|" ?ः)
121   ("}" ?ऐ)
122   ("~" ?ऽ)
123   ))
124
125 (state
126   (init
127     (trans)))