(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / Shortcut.cs
blob93adc4bf8956a336e1dd12b2f1425244f8bc5646
1 // Permission is hereby granted, free of charge, to any person obtaining
2 // a copy of this software and associated documentation files (the
3 // "Software"), to deal in the Software without restriction, including
4 // without limitation the rights to use, copy, modify, merge, publish,
5 // distribute, sublicense, and/or sell copies of the Software, and to
6 // permit persons to whom the Software is furnished to do so, subject to
7 // the following conditions:
8 //
9 // The above copyright notice and this permission notice shall be
10 // included in all copies or substantial portions of the Software.
12 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
13 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
14 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
16 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
18 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 // Copyright (c) 2004 Novell, Inc.
22 // Authors:
23 // Jordi Mas i Hernandez, jordi@ximian.com
27 using System.Runtime.InteropServices;
29 namespace System.Windows.Forms
31 [ComVisible (true)]
32 public enum Shortcut
34 Alt0 = 0x040030,
35 Alt1 = 0x040031,
36 Alt2 = 0x040032,
37 Alt3 = 0x040033,
38 Alt4 = 0x040034,
39 Alt5 = 0x040035,
40 Alt6 = 0x040036,
41 Alt7 = 0x040037,
42 Alt8 = 0x040038,
43 Alt9 = 0x040039,
44 AltBksp = 0x040008,
45 AltF1 = 0x040070,
46 AltF10 = 0x040079,
47 AltF11 = 0x04007A,
48 AltF12 = 0x04007B,
49 AltF2 = 0x040071,
50 AltF3 = 0x040072,
51 AltF4 = 0x040073,
52 AltF5 = 0x040074,
53 AltF6 = 0x040075,
54 AltF7 = 0x040076,
55 AltF8 = 0x040077,
56 AltF9 = 0x040078,
57 Ctrl0 = 0x020030,
58 Ctrl1 = 0x020031,
59 Ctrl2 = 0x020032,
60 Ctrl3 = 0x020033,
61 Ctrl4 = 0x020034,
62 Ctrl5 = 0x020035,
63 Ctrl6 = 0x020036,
64 Ctrl7 = 0x020037,
65 Ctrl8 = 0x020038,
66 Ctrl9 = 0x020039,
67 CtrlA = 0x020041,
68 CtrlB = 0x020042,
69 CtrlC = 0x020043,
70 CtrlD = 0x020044,
71 CtrlDel = 0x02002E,
72 CtrlE = 0x020045,
73 CtrlF = 0x020046,
74 CtrlF1 = 0x020070,
75 CtrlF10 = 0x020079,
76 CtrlF11 = 0x02007A,
77 CtrlF12 = 0x02007B,
78 CtrlF2 = 0x020071,
79 CtrlF3 = 0x020072,
80 CtrlF4 = 0x020073,
81 CtrlF5 = 0x020074,
82 CtrlF6 = 0x020075,
83 CtrlF7 = 0x020076,
84 CtrlF8 = 0x020077,
85 CtrlF9 = 0x020078,
86 CtrlG = 0x020047,
87 CtrlH = 0x020048,
88 CtrlI = 0x020049,
89 CtrlIns = 0x02002D,
90 CtrlJ = 0x02004A,
91 CtrlK = 0x02004B,
92 CtrlL = 0x02004C,
93 CtrlM = 0x02004D,
94 CtrlN = 0x02004E,
95 CtrlO = 0x02004F,
96 CtrlP = 0x020050,
97 CtrlQ = 0x020051,
98 CtrlR = 0x020052,
99 CtrlS = 0x020053,
100 CtrlShift0 = 0x030030,
101 CtrlShift1 = 0x030031,
102 CtrlShift2 = 0x030032,
103 CtrlShift3 = 0x030033,
104 CtrlShift4 = 0x030034,
105 CtrlShift5 = 0x030035,
106 CtrlShift6 = 0x030036,
107 CtrlShift7 = 0x030037,
108 CtrlShift8 = 0x030038,
109 CtrlShift9 = 0x030039,
110 CtrlShiftA = 0x030041,
111 CtrlShiftB = 0x030042,
112 CtrlShiftC = 0x030043,
113 CtrlShiftD = 0x030044,
114 CtrlShiftE = 0x030045,
115 CtrlShiftF = 0x030046,
116 CtrlShiftF1 = 0x030070,
117 CtrlShiftF10 = 0x030079,
118 CtrlShiftF11 = 0x03007A,
119 CtrlShiftF12 = 0x03007B,
120 CtrlShiftF2 = 0x030071,
121 CtrlShiftF3 = 0x030072,
122 CtrlShiftF4 = 0x030073,
123 CtrlShiftF5 = 0x030074,
124 CtrlShiftF6 = 0x030075,
125 CtrlShiftF7 = 0x030076,
126 CtrlShiftF8 = 0x030077,
127 CtrlShiftF9 = 0x030078,
128 CtrlShiftG = 0x030047,
129 CtrlShiftH = 0x030048,
130 CtrlShiftI = 0x030049,
131 CtrlShiftJ = 0x03004A,
132 CtrlShiftK = 0x03004B,
133 CtrlShiftL = 0x03004C,
134 CtrlShiftM = 0x03004D,
135 CtrlShiftN = 0x03004E,
136 CtrlShiftO = 0x03004F,
137 CtrlShiftP = 0x030050,
138 CtrlShiftQ = 0x030051,
139 CtrlShiftR = 0x030052,
140 CtrlShiftS = 0x030053,
141 CtrlShiftT = 0x030054,
142 CtrlShiftU = 0x030055,
143 CtrlShiftV = 0x030056,
144 CtrlShiftW = 0x030057,
145 CtrlShiftX = 0x030058,
146 CtrlShiftY = 0x030059,
147 CtrlShiftZ = 0x03005A,
148 CtrlT = 0x020054,
149 CtrlU = 0x020055,
150 CtrlV = 0x020056,
151 CtrlW = 0x020057,
152 CtrlX = 0x020058,
153 CtrlY = 0x020059,
154 CtrlZ = 0x02005A,
155 Del = 0x00002E,
156 F1 = 0x000070,
157 F10 = 0x000079,
158 F11 = 0x00007A,
159 F12 = 0x00007B,
160 F2 = 0x000071,
161 F3 = 0x000072,
162 F4 = 0x000073,
163 F5 = 0x000074,
164 F6 = 0x000075,
165 F7 = 0x000076,
166 F8 = 0x000077,
167 F9 = 0x000078,
168 Ins = 0x00002D,
169 None = 0x000000,
170 ShiftDel = 65582,
171 ShiftF1 = 65648,
172 ShiftF10 = 65657,
173 ShiftF11 = 65658,
174 ShiftF12 = 65659,
175 ShiftF2 = 65649,
176 ShiftF3 = 65650,
177 ShiftF4 = 65651,
178 ShiftF5 = 65652,
179 ShiftF6 = 65653,
180 ShiftF7 = 65654,
181 ShiftF8 = 65655,
182 ShiftF9 = 65656,
183 ShiftIns = 65581,