OSDN Git Service

import the last version of the original mayu extracted by following command:
[yamy/yamy.git] / contrib / dvorak.mayu
1 #
2 # Dvorak layout for \91\8b\8eg\82¢\82Ì\97J\9fT
3 #
4 # Written by KANAI Makoto <kanai@nadmin.org>
5 #         on May. 2, 2000
6 #
7 # [\8eg\82¢\95û]
8 # .mayu\82Ì\92\86\82Å
9 #     include "104.mayu"
10\82É\91±\82¢\82Ä
11 #     include "dvorak.mayu"
12\82Æ\82µ\82Ä\93Ç\82Ý\8d\9e\82Ü\82¹\82é¡
13\82»\82Ì\8cã\82Í\81A\83A\83\93\83_\81[\83X\83R\83A\95t\82Ì\83L\81[\95Ê\96¼\82ð\8eg\82Á\82½\8ew\92è\82ª\89Â\94\\81B
14\97á: window EditControl /:Edit$/ : Global
15 #     key C-_H  => BackSpace
16 #
17
18 def alias  _A                   = A
19 def alias  _B                   = N
20 def alias  _C                   = I
21 def alias  _D                   = H
22 def alias  _E                   = D
23 def alias  _F                   = Y
24 def alias  _G                   = U
25 def alias  _H                   = J
26 def alias  _I                   = G
27 def alias  _J                   = C
28 def alias  _K                   = V
29 def alias  _L                   = P
30 def alias  _M                   = M
31 def alias  _N                   = L
32 def alias  _O                   = S
33 def alias  _P                   = R
34 def alias  _Q                   = X
35 def alias  _R                   = O
36 def alias  _S                   = Semicolon
37 def alias  _T                   = K
38 def alias  _U                   = F
39 def alias  _V                   = Period
40 def alias  _W                   = Comma
41 def alias  _X                   = B
42 def alias  _Y                   = T
43 def alias  _Z                   = Slash
44 def alias  _CloseBracket        = Equal
45 def alias  _Comma               = W
46 def alias  _Equal               = CloseBracket
47 def alias  _Minus               = Quote
48 def alias  _OpenBracket         = Minus
49 def alias  _Period              = E
50 def alias  _Quote               = Q
51 def alias  _Semicolon           = Z
52 def alias  _Slash               = OpenBracket
53 #def alias  _BackQuote          = BackQuote
54 #def alias  _BackSlash          = BackSlash
55 #def alias  _BackSpace          = BackSpace
56 #def alias  _Caps               = Caps
57 #def alias  _Enter              = Enter
58 #def alias  _Escape             = Escape
59 #def alias  _Space              = Space
60 #def alias  _Tab                = Tab
61
62 key *_A                 => *A
63 key *_B                 => *B
64 key *_C                 => *C
65 key *_D                 => *D
66 key *_E                 => *E
67 key *_F                 => *F
68 key *_G                 => *G
69 key *_H                 => *H
70 key *_I                 => *I
71 key *_J                 => *J
72 key *_K                 => *K
73 key *_L                 => *L
74 key *_M                 => *M
75 key *_N                 => *N
76 key *_O                 => *O
77 key *_P                 => *P
78 key *_Q                 => *Q
79 key *_R                 => *R
80 key *_S                 => *S
81 key *_T                 => *T
82 key *_U                 => *U
83 key *_V                 => *V
84 key *_W                 => *W
85 key *_X                 => *X
86 key *_Y                 => *Y
87 key *_Z                 => *Z
88 key *_CloseBracket      => *CloseBracket
89 key *_Comma             => *Comma
90 key *_Equal             => *Equal
91 key *_Minus             => *Minus
92 key *_OpenBracket       => *OpenBracket
93 key *_Period            => *Period
94 key *_Quote             => *Quote
95 key *_Semicolon         => *Semicolon
96 key *_Slash             => *Slash
97
98 #--