Files updated
[m17n/m17n-db.git] / he-kbd.mim
1 ;; he-kdb.mim -- Hebrew input method with Hebrew keyboard layout
2 ;; Copyright (C) 2003, 2004
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-kdb.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 (title "ע")
36
37 (map
38  (map
39   ("`" ?\;)
40   ("q" ?/)
41   ("w" ?')
42   ("e" ?ק)
43   ("r" ?ר)
44   ("t" ?א)
45   ("y" ?ט)
46   ("u" ?ו)
47   ("i" ?ן)
48   ("o" ?ם)
49   ("p" ?פ)
50   ("a" ?ש)
51   ("s" ?ד)
52   ("d" ?ג)
53   ("f" ?כ)
54   ("g" ?ע)
55   ("h" ?י)
56   ("j" ?ח)
57   ("k" ?ל)
58   ("l" ?ך)
59   (";" ?ף)
60   ("z" ?ז)
61   ("x" ?ס)
62   ("c" ?ב)
63   ("v" ?ה)
64   ("b" ?נ)
65   ("n" ?מ)
66   ("m" ?צ)
67   ("," ?ת)
68   ("." ?ץ)
69   ("/" ?.)
70   ("'" ?,)
71   ("(" ")")
72   (")" "(")
73   ("<" ">")
74   (">" "<")
75   ("[" "]")
76   ("]" "[")
77   ("{" "}")
78   ("}" "{")
79   ))
80
81 (state
82  (init
83   (map)))
84
85 ;; Local Variables:
86 ;; coding: utf-8
87 ;; mode: lisp
88 ;; End: