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