(map:commit-preedit): Add SPC.
[m17n/m17n-db.git] / MIM / he-kbd.mim
1 ;; he-kbd.mim -- Hebrew input method with Hebrew keyboard layout
2 ;; Copyright (C) 2003, 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 Hebrew simulating Hebrew keyboard.
25 ;;; @image html he-kbd.png "Keyboard Layout"
26 ;;; @image latex he-kbd.eps "Keyboard Layout" width=\narrowwidth
27
28 ;;      1!  2@  3#  4$  5%  6^  7&  8*  9(  0)  -_  =+  ;~ 
29 ;;        /Q  'W  קE  רR  אT  טY  וU  ןI  םO  פP  [{  ]} 
30 ;;         שA  דS  גD  כF  עG  יH  חJ  לK  ךL  ף:  ,"  \| 
31 ;;           זZ  סX  בC  הV  נB  מN  צM  ת<  ץ>  .? 
32
33 (input-method he kbd)
34
35 (description 
36  "Hebrew input method simulating the Hebrew keyboard.
37     1!  2@  3#  4$  5%  6^  7&  8*  9(  0)  -_  =+  ;~ 
38       /Q  'W  קE  רR  אT  טY  וU  ןI  םO  פP  [{  ]} 
39        שA  דS  גD  כF  עG  יH  חJ  לK  ךL  ף:  ,\"  \\| 
40          זZ  סX  בC  הV  נB  מN  צM  ת<  ץ>  .? 
41 ")
42
43 (title "ע")
44
45 (map
46  (map
47   ("`" ?\;)
48   ("q" ?/)
49   ("w" ?')
50   ("e" ?ק)
51   ("r" ?ר)
52   ("t" ?א)
53   ("y" ?ט)
54   ("u" ?ו)
55   ("i" ?ן)
56   ("o" ?ם)
57   ("p" ?פ)
58   ("a" ?ש)
59   ("s" ?ד)
60   ("d" ?ג)
61   ("f" ?כ)
62   ("g" ?ע)
63   ("h" ?י)
64   ("j" ?ח)
65   ("k" ?ל)
66   ("l" ?ך)
67   (";" ?ף)
68   ("z" ?ז)
69   ("x" ?ס)
70   ("c" ?ב)
71   ("v" ?ה)
72   ("b" ?נ)
73   ("n" ?מ)
74   ("m" ?צ)
75   ("," ?ת)
76   ("." ?ץ)
77   ("/" ?.)
78   ("'" ?,)
79   ("(" ")")
80   (")" "(")
81   ("<" ">")
82   (">" "<")
83   ("[" "]")
84   ("]" "[")
85   ("{" "}")
86   ("}" "{")
87   ))
88
89 (state
90  (init
91   (map)))
92
93 ;; Local Variables:
94 ;; coding: utf-8
95 ;; mode: lisp
96 ;; End: