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