*** empty log message ***
[m17n/m17n-db.git] / sr-kbd.mim
1 ;; sr-kdb.mim -- Serbian input method with Serbian keyboard layout
2 ;; Copyright (C) 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> sr-kdb.mim
25 ;;;
26 ;;; Input method for Serbian.
27 ;;; Simulating Serbian Cyrillic keyboard on American keyboard.
28 ;;;
29 ;;; @verbatim
30 ;;; 1!  2"  3#  4$  5%  6&  7/  8(  9)  0=  '?  +*  `~
31 ;;;   љЉ  њЊ  еЕ  рР  тТ  зЗ  уУ  иИ  оО  пП  шШ  ђЂ
32 ;;;    аА  сС  дД  фФ  гГ  хХ  јЈ  кК  лЛ  чЧ  ћЋ  жЖ
33 ;;;     ѕЅ  џЏ  цЦ  вВ  бБ  нН  мМ  ,; .: -_
34 ;;; @endverbatim
35
36 (title "SR")
37
38 (map
39  (map
40                 ("@" ?\")
41                 ("^" ?&)
42                 ("&" ?/)
43                 ("*" ?\()
44                 ("\(" ?\))
45                 ("\)" ?=)
46   ("-" ?')      ("_" ??)
47   ("=" ?+)      ("+" ?*)
48
49   ("q" ?љ)     ("Q" ?Љ)
50   ("w" ?њ)     ("W" ?Њ)
51   ("e" ?е)     ("E" ?Е)
52   ("r" ?р)     ("R" ?Р)
53   ("t" ?т)     ("T" ?Т)
54   ("y" ?з)     ("Y" ?З)
55   ("u" ?у)     ("U" ?У)
56   ("i" ?и)     ("I" ?И)
57   ("o" ?о)     ("O" ?О)
58   ("p" ?п)     ("P" ?П)
59   ("[" ?ш)     ("{" ?Ш)
60   ("]" ?ђ)     ("}" ?Ђ)
61
62   ("a" ?а)     ("A" ?А)
63   ("s" ?с)     ("S" ?С)
64   ("d" ?д)     ("D" ?Д)
65   ("f" ?ф)     ("F" ?Ф)
66   ("g" ?г)     ("G" ?Г)
67   ("h" ?х)     ("H" ?Х)
68   ("j" ?ј)     ("J" ?Ј)
69   ("k" ?к)     ("K" ?К)
70   ("l" ?л)     ("L" ?Л)
71   (";" ?ч)     (":" ?Ч)
72   ("'" ?ћ)     ("\"" ?Ћ)
73   ("\\" ?ж)    ("|" ?Ж)
74
75   ("z" ?ѕ)     ("Z" ?Ѕ)
76   ("x" ?џ)     ("X" ?Џ)
77   ("c" ?ц)     ("C" ?Ц)
78   ("v" ?в)     ("V" ?В)
79   ("b" ?б)     ("B" ?Б)
80   ("n" ?н)     ("N" ?Н)
81   ("m" ?м)     ("M" ?М)
82                 ("<" ?;)
83                 (">" ?:)
84   ("/" ?-)      ("?" ?_)
85
86   ("-g" ?ѓ)    ("-G" ?Ѓ)
87   ("-k" ?ќ)    ("-K" ?Ќ)
88   ))
89
90 (state
91  (init
92   (map)))
93
94 ;; Local Variables:
95 ;; coding: utf-8
96 ;; mode: lisp
97 ;; End: