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