(map:commit-preedit): Add SPC.
[m17n/m17n-db.git] / MIM / hr-kbd.mim
1 ;; hr-kbd.mim -- Croatian input method with Croatian keyboard layout
2 ;; Copyright (C) 2004, 2005
3 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
4 ;;   Registration Number H15PRO112
5
6 ;; This file is part of the m17n database; 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 for Croatian.
25 ;;; Simulating Croatian Latin keyboard on American keyboard.
26 ;;; @image html hr-kbd.png "Keyboard Layout"
27 ;;; @image latex hr-kbd.eps "Keyboard Layout" width=\narrowwidth
28
29 ;; 1!  2"  3#  4$  5%  6&  7/  8(  9)  0=  '?  +*  ¸¨
30 ;;   qQ  wW  rR  eE  tT  zZ  uU  iI  oO  pP  šŠ  đĐ
31 ;;    aA  sS  dD  fF  gG  hH  jJ  kK  lL  čČ  ćĆ  žŽ
32 ;;      yY  xX  cC  vV  bB  nN  mM  ,;  .:  -_
33
34 (input-method hr kbd)
35
36 (description
37  "Croatian input method simulating the Croatian Latin keyboard.
38     1!  2\"  3#  4$  5%  6&  7/  8(  9)  0=  '?  +*  ¸¨
39      qQ  wW  rR  eE  tT  zZ  uU  iI  oO  pP  šŠ  đĐ
40       aA  sS  dD  fF  gG  hH  jJ  kK  lL  čČ  ćĆ  žŽ
41         yY  xX  cC  vV  bB  nN  mM  ,;  .:  -_
42 ")
43
44 (title "HR")
45
46 (map
47  (map
48                 ("@" ?\")
49                 ("^" ?&)
50                 ("&" ?/)
51                 ("*" ?\()
52                 ("\(" ?\))
53                 ("\)" ?=)
54   ("-" ?')      ("_" ??)
55   ("=" ?+)      ("+" ?*)
56   ("`" ?¸)     ("~" ?¨)
57
58   ("y" ?z)      ("Y" ?Z)
59   ("[" ?š)     ("{" ?Š)
60   ("]" ?đ)     ("}" ?Đ)
61
62   (";" ?č)     (":" ?Č)
63   ("'" ?ć)     ("\"" ?Ć)
64   ("\\" ?ž)    ("|" ?Ž)
65
66   ("z" ?y)      ("Z" ?Y)
67                 ("<" ?;)
68                 (">" ?:)
69   ("/" ?-)      ("?" ?_)
70
71   ("`c" ?ç)    ("`C" ?Ç)
72   ("`s" ?ş)    ("`S" ?Ş)
73   ("~a" ?ä)    ("~A" ?Ä)
74   ("~e" ?ë)    ("~E" ?Ë)
75   ("~o" ?ö)    ("~O" ?Ö)
76   ("~u" ?ü)    ("~U" ?Ü)
77   ))
78
79 (state
80  (init
81   (map)))
82
83 ;; Local Variables:
84 ;; coding: utf-8
85 ;; mode: lisp
86 ;; End: