*** empty log message ***
[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
28 (title "ע")
29
30 (map
31  (map
32   ("`" ?\;)
33   ("q" ?/)
34   ("w" ?')
35   ("e" ?ק)
36   ("r" ?ר)
37   ("t" ?א)
38   ("y" ?ט)
39   ("u" ?ו)
40   ("i" ?ן)
41   ("o" ?ם)
42   ("p" ?פ)
43   ("a" ?ש)
44   ("s" ?ד)
45   ("d" ?ג)
46   ("f" ?כ)
47   ("g" ?ע)
48   ("h" ?י)
49   ("j" ?ח)
50   ("k" ?ל)
51   ("l" ?ך)
52   (";" ?ף)
53   ("z" ?ז)
54   ("x" ?ס)
55   ("c" ?ב)
56   ("v" ?ה)
57   ("b" ?נ)
58   ("n" ?מ)
59   ("m" ?צ)
60   ("," ?ת)
61   ("." ?ץ)
62   ("/" ?.)
63   ("'" ?,)
64   ("(" ")")
65   (")" "(")
66   ("<" ">")
67   (">" "<")
68   ("[" "]")
69   ("]" "[")
70   ("{" "}")
71   ("}" "{")
72   ))
73
74 (state
75  (init
76   (map)))
77
78 ;; Local Variables:
79 ;; coding: utf-8
80 ;; mode: lisp
81 ;; End: