Update copyright years
[m17n/m17n-contrib.git] / im / eo-vi.mim
1 ;;; Created by: Trần Ngọc Quân
2 ;;; Email: vnwildman@gmail.com
3 ;;; Started: 2009-02-19
4 ;;;     Last modified: 2009-08-30
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 ;;; <li> eo-vi.mim
25 ;;;
26 ;;; Inputmethod for Esperanto // Enigmetodo por Esperanto
27
28 (input-method eo vi-sistemo)
29
30 (title "eo-vi")
31
32 (description "Meant for writing Esperanto-letters using double key press (the X-system).")
33
34 (map
35   (trans
36  
37 ("cc" "ĉ")
38 ("gg" "ĝ")
39 ("hh" "ĥ")
40 ("jj" "ĵ")
41 ("ss" "ŝ")
42 ("uu" "ŭ")
43 ("au" "aŭ")
44 ("eu" "eŭ")
45 ("Cc" "Ĉ")
46 ("Gg" "Ĝ")
47 ("Hh" "Ĥ")
48 ("Jj" "Ĵ")
49 ("Ss" "Ŝ")
50 ("Uu" "Ŭ")
51 ("Au" "Aŭ")
52 ("Eu" "Eŭ")
53 ("AU" "AŬ")
54 ("EU" "EŬ")
55 ("CC" "Ĉ")
56 ("GG" "Ĝ")
57 ("HH" "Ĥ")
58 ("JJ" "Ĵ")
59 ("SS" "Ŝ")
60 ("UU" "Ŭ")
61 ("ccc" "cc")
62 ("ggg" "gg")
63 ("hhh" "hh")
64 ("jjj" "jj")
65 ("sss" "ss")
66 ("uuu" "uu")
67 ("Ccc" "Cc")
68 ("Ggg" "Gg")
69 ("Hhh" "Hh")
70 ("Jjj" "Jj")
71 ("Sss" "Ss")
72 ("Uuu" "Uu")
73 ("auu" "au")
74 ("euu" "eu")
75 ("Auu" "Au")
76 ("Euu" "Eu")
77 ("AUU" "AU")
78 ("EUU" "EU")
79 ("CCC" "CC")
80 ("GGG" "GG")
81 ("HHH" "HH")
82 ("JJJ" "JJ")
83 ("SSS" "SS")
84 ("UUU" "UU")
85    ))
86
87 (state
88   (init
89     (trans)))
90