(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / Keys.cs
blobf9d8081a250b36528803aed1cef053447557a8e5
1 //
2 // System.Windows.Forms.Keys.cs
3 //
4 // Author:
5 // Dennis Hayes (dennish@raytek.com)
6 // (C) 2002 Ximian, Inc. http://www.ximian.com
7 //
9 using System;
11 namespace System.Windows.Forms {
13 /// <summary>
14 //TODO:
15 //Values not yet implmented
16 /// </summary>
17 public enum Keys {
18 A = 65,
19 Add = 107,
20 Alt = 262144,
21 Apps = 93,
22 Attn = 246,
23 B = 66,
24 Back = 8,
25 BrowserBack = 166,
26 BrowserFavorites = 171,
27 BrowserForward = 167,
28 BrowserHome = 172,
29 BrowserRefresh = 168,
30 BrowserSearch = 170,
31 BrowserStop = 169,
32 C = 67,
33 Cancel = 3,
34 Capital = 20,
35 CapsLock = 20,
36 Clear = 12,
37 Control = 131072,
38 ControlKey = 17,
39 Crsel = 247,
40 D = 68,
41 D0 = 48,
42 D1 = 49,
43 D2 = 50,
44 D3 = 51,
45 D4 = 52,
46 D5 = 53,
47 D6 = 54,
48 D7 = 55,
49 D8 = 56,
50 D9 = 57,
51 Decimal = 110,
52 Delete = 46,
53 Divide = 111,
54 Down = 40,
55 E = 69,
56 End = 35,
57 Enter = 13,
58 EraseEof = 249,
59 Escape = 27,
60 Execute = 43,
61 Exsel = 248,
62 F = 70,
63 F1 = 112,
64 F2 = 113,
65 F3 = 114,
66 F4 = 115,
67 F5 = 116,
68 F6 = 117,
69 F7 = 118,
70 F8 = 119,
71 F9 = 120,
72 F10 = 121,
73 F11 = 122,
74 F12 = 123,
75 F13 = 124,
76 F14 = 125,
77 F15 = 126,
78 F16 = 127,
79 F17 = 128,
80 F18 = 129,
81 F19 = 130,
82 F20 = 131,
83 F21 = 132,
84 F22 = 133,
85 F23 = 134,
86 F24 = 135,
87 FinalMode = 24,
88 G = 71,
89 H = 72,
90 HanguelMode = 21,
91 HangulMode = 21,
92 HanjaMode = 25,
93 Help = 47,
94 Home = 36,
95 I = 73,
96 IMEAceept = 30,
97 IMEConvert = 28,
98 IMEModeChange = 31,
99 IMENonconvert = 29,
100 Insert = 45,
101 J = 74,
102 JunjaMode = 23,
103 K = 75,
104 KanaMode = 21,
105 KanjiMode = 25,
106 KeyCode = 65535,
107 L = 76,
108 LaunchApplication1 = 182,
109 LaunchApplication2 = 183,
110 LaunchMail = 180,
111 LButton = 1,
112 LControlKey = 162,
113 Left = 37,
114 LineFeed = 10,
115 LShiftKey = 160,
116 LMenu = 164,
117 LWin = 91,
118 M = 77,
119 MButton = 4,
120 MediaNextTrack = 176,
121 MediaPlayPause = 179,
122 MediaPreviousTrack = 177,
123 MediaStop = 178,
124 Menu = 18,
125 Modifiers = -65536,
126 Multiply = 106,
127 N = 78,
128 Next = 34,
129 NoName = 252,
130 None = 0,
131 NumLock = 144,
132 NumPad0 = 96,
133 NumPad1 = 97,
134 NumPad2 = 98,
135 NumPad3 = 99,
136 NumPad4 = 100,
137 NumPad5 = 101,
138 NumPad6 = 102,
139 NumPad7 = 103,
140 NumPad8 = 104,
141 NumPad9 = 105,
142 O = 79,
143 Oem8 = 223,
144 OemBackslash = 226,
145 OemClear = 254,
146 OemCloseBrackets = 221,
147 Oemcomma = 188,
148 OemMinus = 189,
149 OemOpenBrackets = 219,
150 OemPeriod = 190,
151 OemPipe = 220,
152 Oemplus = 187,
153 OemQuestion = 191,
154 OemQuotes = 222,
155 OemSemicolon = 186,
156 Oemtilde = 192,
157 P = 80,
158 Pa1 = 253,
159 PageDown = 34,
160 PageUp = 33,
161 Pause = 19,
162 Play = 250,
163 Print = 42,
164 PrintScreen = 44,
165 Prior = 33,
166 ProcessKey = 229,
167 Q = 81,
168 R = 82,
169 RButton = 2,
170 RControlKey = 163,
171 Return = 13,
172 Right = 39,
173 RMenu = 165,
174 RShiftKey = 161,
175 RWin = 92,
176 S = 83,
177 Scroll = 145,
178 Select = 41,
179 SelectMedia = 181,
180 Separator = 108,
181 Shift = 65536,
182 ShiftKey = 16,
183 Snapshot = 44,
184 Space = 32,
185 Subtract = 109,
186 T = 84,
187 Tab = 9,
188 U = 85,
189 Up = 38,
190 V = 86,
191 VolumeDown = 174,
192 VolumeMute = 173,
193 VolumeUp = 175,
194 W = 87,
195 X = 88,
196 XButton1 = 5,
197 XButton2 = 6,
198 Y = 89,
199 Z = 90,
200 Zoom = 251