91eed44176838b0a8116865cf6ec26bc4d06840b
[m17n/m17n-db.git] / MIM / ug-kbd.mim
1 ;; ug-kbd.mim -- Uyghur input method with Uyghur keyboard layout
2 ;; Copyright (C) 2006, 2008, 2010
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 ug kbd)
25
26 (description "Uyghur input method simulating an Uyghur keyboard layout.
27 Based on <http://tarim.yulghun.com/docs/src/uyghur.xkb>
28 ")
29
30 (title "ئۇ")
31
32 (map
33  (map
34   ("q" 0x0686)
35   ("w" 0x06CB)
36   ("e" 0x06D0)
37   ("r" 0x0631)
38   ("t" 0x062A)
39   ("y" 0x064A)
40   ("u" 0x06C7)
41   ("i" 0x06AD)
42   ("o" 0x0648)
43   ("p" 0x067E)
44
45   ("a" 0x06BE)
46   ("s" 0x0633)
47   ("d" 0x062F)
48   ("f" 0x0627)
49   ("g" 0x06D5)
50   ("h" 0x0649)
51   ("j" 0x0642)
52   ("k" 0x0643)
53   ("l" 0x0644)
54   (";" 0x061B)
55
56   ("z" 0x0632)
57   ("x" 0x0634)
58   ("c" 0x063A)
59   ("v" 0x06C8)
60   ("b" 0x0628)
61   ("n" 0x0646)
62   ("m" 0x0645)
63   ("," 0x060C)
64   ("/" 0x0626)
65
66   ("Q" 0x0686)
67   ("W" 0x06CB)
68   ("E" 0x06D0)
69   ("R" 0x0631)
70   ("T" 0x062A)
71   ("Y" 0x064A)
72   ("U" 0x06C7)
73   ("I" 0x06AD)
74   ("O" 0x0648)
75   ("P" 0x067E)
76   ("\{" 0x00AB)
77   ("\}" 0x00BB)
78
79   ("A" 0x06BE)
80   ("S" 0x0633)
81   ("D" 0x0698)
82   ("F" 0x0641)
83   ("G" 0x06AF)
84   ("H" 0x062E)
85   ("J" 0x062C)
86   ("K" 0x06C6)
87   ("L" 0x0644)
88
89   ("Z" 0x0632)
90   ("X" 0x0634)
91   ("C" 0x063A)
92   ("V" 0x06C8)
93   ("B" 0x0628)
94   ("N" 0x0646)
95   ("M" 0x0645)
96   ("?" 0x061F)
97
98   ("<" 0x2039)
99   (">" 0x203A)
100   ("_" 0x2013)))
101
102 (state
103  (init
104   (map)))
105
106 ;; Local Variables:
107 ;; coding: utf-8
108 ;; mode: lisp
109 ;; End: