Change font download URL.
[m17n/m17n-db.git] / MIM / syrc-phonetic.mim
1 ;; syrc-phonetic.mim -- Syriac phonetic 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 t syrc-phonetic)
25
26 (description "Syriac input method simulating the Syriac phonetic keyboard.
27 The keyboard layout was published by Beth Mardutho: The Syriac Institute.
28   <http://www.BethMardutho.org>
29 ")
30
31 (title "syrc-ph")
32
33 (map
34  (generic
35   ("`" ?܏)
36   ("\\" ?܆)
37   ("q" ?ܩ)
38   ("w" ?ܘ)
39   ("e" ?ܖ)
40   ("r" ?ܪ)
41   ("t" ?ܬ)
42   ("y" ?ܝ)
43   ("u" ?ܜ)
44   ("i" ?ܥ)
45   ("o" ?ܧ)
46   ("p" ?ܦ)
47   ("a" ?ܐ)
48   ("s" ?ܣ)
49   ("d" ?ܕ)
50   ("f" ?ܔ)
51   ("g" ?ܓ)
52   ("h" ?ܗ)
53   ("j" ?ܛ)
54   ("k" ?ܟ)
55   ("l" ?ܠ)
56   (";" ?ܚ)
57   ("'" ?ܞ)
58   ("z" ?ܙ)
59   ("x" ?ܨ)
60   ("c" ?ܤ)
61   ("v" ?ܫ)
62   ("b" ?ܒ)
63   ("n" ?ܢ)
64   ("m" ?ܡ)
65   ("," ?܀)
66   ("/" ?܇)
67
68   ("~" ?̮)
69   ("@" ?̊)
70   ("#" ?̥)
71   ("$" ?݉)
72   ("%" ?♰)
73   ("^" ?♱)
74   ("&" ?܊)
75   ("*" ?«)
76   ("_" ?»)
77   ("|" ?:)
78   ("Q" ?ܰ)
79   ("W" ?ܳ)
80   ("E" ?ܶ)
81   ("R" ?ܺ)
82   ("T" ?ܽ)
83   ("Y" ?݀)
84   ("U" ?݁)
85   ("I" ?̈)
86   ("O" ?̄)
87   ("P" ?̇)
88   ("{" ?̃)
89   ("}" ?݊)
90   ("A" ?ܱ)
91   ("S" ?ܴ)
92   ("D" ?ܷ)
93   ("F" ?ܻ)
94   ("G" ?ܾ)
95   ("H" ?ܑ)
96   ("J" ?-)
97   ("K" ?̤)
98   ("L" ?̱)
99   (":" ?̣)
100   ("\"" ?̰)
101   ("Z" ?ܲ)
102   ("X" ?ܵ)
103   ("C" ?ܸ)
104   ("V" ?ܼ)
105   ("B" ?ܿ)
106   ("N" ?ܹ)
107   ("M" ?݂)
108   ("<" ?،)
109   (">" ?؛)
110   ("?" ?؟)
111
112   ((A-`) ?ّ)
113   ((A-1) ?܁)
114   ((A-2) ?܂)
115   ((A-3) ?܃)
116   ((A-4) ?܄)
117   ((A-5) ?܅)
118   ((A-6) ?܈)
119   ((A-7) ?܉)
120   ((A-8) ?܋)
121   ((A-9) ?܌)
122   ((A-0) ?܍)
123   ((A--) ?┌)
124   ((A-=) ?┐)
125   ((A-q) ?َ)
126   ((A-w) ?ً)
127   ((A-e) ?ُ)
128   ((A-r) ?ٌ)
129   ((A-t) ?ٓ)
130   ((A-y) ?ٔ)
131   ((A-u) ?݇)
132   ((A-i) ?݃)
133   ((A-o) ?݅)
134   ((A-p) ?̭)
135   ((A-a) ?ِ)
136   ((A-s) ?ٍ)
137   ((A-f) ?ء)
138   ((A-g) ?ٕ)
139   ((A-h) ?ٰ)
140   ((A-j) ?݈)
141   ((A-k) ?݄)
142   ((A-l) ?݆)
143   ((A-x) ?ْ)
144   ((A-c) ?‌)
145   ((A-v) ?‍)
146   ((A-b) ?‎)
147   ((A-n) ?‏)
148   ))
149
150 (state
151  (init
152   (generic)))
153
154 ;; Local Variables:
155 ;; coding: utf-8
156 ;; mode: lisp
157 ;; End: