New file.
[m17n/m17n-contrib.git] / im / eo-x.mim
1 ;;; Copyright (C) 2007 Joop Kiefte (LaPingvino)
2 ;;; 
3 ;;; This file is part of the m17n contrib; a sub-part of the m17n
4 ;;; library.
5 ;;; 
6 ;;; The m17n library is free software; you can redistribute it and/or
7 ;;; modify it under the terms of the GNU Lesser General Public License
8 ;;; as published by the Free Software Foundation; either version 2.1 of
9 ;;; the License, or (at your option) any later version.
10 ;;; 
11 ;;; The m17n library is distributed in the hope that it will be useful,
12 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 ;;; Lesser General Public License for more details.
15 ;;; 
16 ;;; You should have received a copy of the GNU Lesser General Public
17 ;;; License along with the m17n library; if not, write to the Free
18 ;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 ;;; Boston, MA 02110-1301, USA.
20 ;;; 
21 ;;; <li> eo-x.mim
22 ;;;
23 ;;; Inputmethod for Esperanto // Enigmetodo por Esperanto
24
25 (input-method eo x-sistemo)
26
27 (title "eo-x")
28
29 (description (_"Meant for writing Esperanto-letters adding x's (the X-system)."))
30
31 (map
32   (trans
33  
34 ("cx" "ĉ")
35 ("gx" "ĝ")
36 ("hx" "ĥ")
37 ("jx" "ĵ")
38 ("sx" "ŝ")
39 ("ux" "ŭ")
40 ("Cx" "Ĉ")
41 ("Gx" "Ĝ")
42 ("Hx" "Ĥ")
43 ("Jx" "Ĵ")
44 ("Sx" "Ŝ")
45 ("Ux" "Ŭ")
46 ("CX" "Ĉ")
47 ("GX" "Ĝ")
48 ("HX" "Ĥ")
49 ("JX" "Ĵ")
50 ("SX" "Ŝ")
51 ("UX" "Ŭ")
52 ("cxx" "cx")
53 ("gxx" "gx")
54 ("hxx" "hx")
55 ("jxx" "jx")
56 ("sxx" "sx")
57 ("uxx" "ux")
58 ("Cxx" "Cx")
59 ("Gxx" "Gx")
60 ("Hxx" "Hx")
61 ("Jxx" "Jx")
62 ("Sxx" "Sx")
63 ("Uxx" "Ux")
64 ("CXX" "CX")
65 ("GXX" "GX")
66 ("HXX" "HX")
67 ("JXX" "JX")
68 ("SXX" "SX")
69 ("UXX" "UX")
70    ))
71
72 (state
73   (init
74     (trans)))
75