This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / Shortcut.cs
1 //
2 // System.Windows.Forms.Shortcut.cs
3 //
4 // Author:
5 //   Dennis Hayes = dennish@raytek.com
6 //   Gianandrea Terzi (gianandrea.terzi@lario.com)
7 //
8 // (C), 2002 Ximian, Inc.  http://www.ximian.com
9 //
10
11 //
12 // Permission is hereby granted, free of charge, to any person obtaining
13 // a copy of this software and associated documentation files (the
14 // "Software"), to deal in the Software without restriction, including
15 // without limitation the rights to use, copy, modify, merge, publish,
16 // distribute, sublicense, and/or sell copies of the Software, and to
17 // permit persons to whom the Software is furnished to do so, subject to
18 // the following conditions:
19 // 
20 // The above copyright notice and this permission notice shall be
21 // included in all copies or substantial portions of the Software.
22 // 
23 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
27 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
28 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
29 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30 //
31
32 using System.Runtime.InteropServices;
33
34 namespace System.Windows.Forms
35 {
36         [ComVisible (true)]
37         public enum Shortcut
38         {
39                 Alt0 = 262192,
40                 Alt1 = 262193,
41                 Alt2 = 262194,
42                 Alt3 = 262195,
43                 Alt4 = 262196,
44                 Alt5 = 262197,
45                 Alt6 = 262198,
46                 Alt7 = 262199,
47                 Alt8 = 262200,
48                 Alt9 = 262201,
49                 AltBksp = 262152,
50                 AltF1 = 262256,
51                 AltF2 = 262257,
52                 AltF3 = 262258,
53                 AltF4 = 262259,
54                 AltF5 = 262260,
55                 AltF6 = 262261,
56                 AltF7 = 262262,
57                 AltF8 = 262263,
58                 AltF9 = 262264,
59                 AltF10 = 262265,
60                 AltF11 = 262266,
61                 AltF12 = 262267,
62                 Ctrl0 = 131120,
63                 Ctrl1 = 131121,
64                 Ctrl2 = 131122,
65                 Ctrl3 = 131123,
66                 Ctrl4 = 131124,
67                 Ctrl5 = 131125,
68                 Ctrl6 = 131126,
69                 Ctrl7 = 131127,
70                 Ctrl8 = 131128,
71                 Ctrl9 = 131129,
72                 CtrlA = 131137,
73                 CtrlB = 131138,
74                 CtrlC = 131139,
75                 CtrlD = 131140,
76                 CtrlDel = 131118,
77                 CtrlE = 131141,
78                 CtrlF = 131142,
79                 CtrlF1 = 131184,
80                 CtrlF2 = 131185,
81                 CtrlF3 = 131186,
82                 CtrlF4 = 131187,
83                 CtrlF5 = 131188,
84                 CtrlF6 = 131189,
85                 CtrlF7 = 131190,
86                 CtrlF8 = 131191,
87                 CtrlF9 = 131192,
88                 CtrlF10 = 131193,
89                 CtrlF11 = 131194,
90                 CtrlF12 = 131195,
91                 CtrlG = 131143,
92                 CtrlH = 131144,
93                 CtrlI = 131145,
94                 CtrlIns = 131117,
95                 CtrlJ = 131146,
96                 CtrlK = 131147,
97                 CtrlL = 131148,
98                 CtrlM = 131149,
99                 CtrlN = 131150,
100                 CtrlO = 131151,
101                 CtrlP = 131152,
102                 CtrlQ = 131153,
103                 CtrlR = 131154,
104                 CtrlS = 131155,
105                 CtrlT = 131156,
106                 CtrlU = 131157,
107                 CtrlV = 131158,
108                 CtrlW = 131159,
109                 CtrlX = 131160,
110                 CtrlY = 131161,
111                 CtrlZ = 131162,
112                 CtrlShift0 = 196656,
113                 CtrlShift1 = 196657,
114                 CtrlShift2 = 196658,
115                 CtrlShift3 = 196659,
116                 CtrlShift4 = 196660,
117                 CtrlShift5 = 196661,
118                 CtrlShift6 = 196662,
119                 CtrlShift7 = 196663,
120                 CtrlShift8 = 196664,
121                 CtrlShift9 = 196665,
122                 CtrlShiftA = 196673,
123                 CtrlShiftB = 196674,
124                 CtrlShiftC = 196675,
125                 CtrlShiftD = 196676,
126                 CtrlShiftE = 196677,
127                 CtrlShiftF = 196678,
128                 CtrlShiftF1 = 196720,
129                 CtrlShiftF2 = 196721,
130                 CtrlShiftF3 = 196722,
131                 CtrlShiftF4 = 196723,
132                 CtrlShiftF5 = 196724,
133                 CtrlShiftF6 = 196725,
134                 CtrlShiftF7 = 196726,
135                 CtrlShiftF8 = 196727,
136                 CtrlShiftF9 = 196728,
137                 CtrlShiftF10 = 196729,
138                 CtrlShiftF11 = 196730,
139                 CtrlShiftF12 = 196731,
140                 CtrlShiftG = 196679,
141                 CtrlShiftH = 196680,
142                 CtrlShiftI = 196681,
143                 CtrlShiftJ = 196682,
144                 CtrlShiftK = 196683,
145                 CtrlShiftL = 196684,
146                 CtrlShiftM = 196685,
147                 CtrlShiftN = 196686,
148                 CtrlShiftO = 196687,
149                 CtrlShiftP = 196688,
150                 CtrlShiftQ = 196689,
151                 CtrlShiftR = 196690,
152                 CtrlShiftS = 196691,
153                 CtrlShiftT = 196692,
154                 CtrlShiftU = 196693,
155                 CtrlShiftV = 196694,
156                 CtrlShiftW = 196695,
157                 CtrlShiftX = 196696,
158                 CtrlShiftY = 196697,
159                 CtrlShiftZ = 196698,
160                 Del = 46,
161                 F1 = 112,
162                 F2 = 113,
163                 F3 = 114,
164                 F4 = 115,
165                 F5 = 116,
166                 F6 = 117,
167                 F7 = 118,
168                 F8 = 119,
169                 F9 = 120,
170                 F10 = 121,
171                 F11 = 122,
172                 F12 = 123,
173                 Ins = 45,
174                 None = 0,
175                 ShiftDel = 65582,
176                 ShiftF1 = 65648,
177                 ShiftF2 = 65649,
178                 ShiftF3 = 65650,
179                 ShiftF4 = 65651,
180                 ShiftF5 = 65652,
181                 ShiftF6 = 65653,
182                 ShiftF7 = 65654,
183                 ShiftF8 = 65655,
184                 ShiftF9 = 65656,
185                 ShiftF10 = 65657,
186                 ShiftF11 = 65658,
187                 ShiftF12 = 65659,
188                 ShiftIns = 65581
189         }
190 }