("([CR]n?H)([NJ])"): Fix for the case of this pattern.
[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
29 ;;      1!  2@  3#  4$  5%  6^  7&  8*  9(  0)  -_  =+  ;~ 
30 ;;        /Q  'W  קE  רR  אT  טY  וU  ןI  םO  פP  [{  ]} 
31 ;;         שA  דS  גD  כF  עG  יH  חJ  לK  ךL  ף:  ,"  \| 
32 ;;           זZ  סX  בC  הV  נB  מN  צM  ת<  ץ>  .? 
33
34 (title "ע")
35
36 (map
37  (map
38   ("`" ?\;)
39   ("q" ?/)
40   ("w" ?')
41   ("e" ?ק)
42   ("r" ?ר)
43   ("t" ?א)
44   ("y" ?ט)
45   ("u" ?ו)
46   ("i" ?ן)
47   ("o" ?ם)
48   ("p" ?פ)
49   ("a" ?ש)
50   ("s" ?ד)
51   ("d" ?ג)
52   ("f" ?כ)
53   ("g" ?ע)
54   ("h" ?י)
55   ("j" ?ח)
56   ("k" ?ל)
57   ("l" ?ך)
58   (";" ?ף)
59   ("z" ?ז)
60   ("x" ?ס)
61   ("c" ?ב)
62   ("v" ?ה)
63   ("b" ?נ)
64   ("n" ?מ)
65   ("m" ?צ)
66   ("," ?ת)
67   ("." ?ץ)
68   ("/" ?.)
69   ("'" ?,)
70   ("(" ")")
71   (")" "(")
72   ("<" ">")
73   (">" "<")
74   ("[" "]")
75   ("]" "[")
76   ("{" "}")
77   ("}" "{")
78   ))
79
80 (state
81  (init
82   (map)))
83
84 ;; Local Variables:
85 ;; coding: utf-8
86 ;; mode: lisp
87 ;; End: