mscorlib(4.0.0.0) API with additions
ConsoleKey.cs
1 namespace System
2 {
5  public enum ConsoleKey
6  {
8  Backspace = 8,
10  Tab = 9,
12  Clear = 12,
14  Enter = 13,
16  Pause = 19,
18  Escape = 27,
20  Spacebar = 0x20,
22  PageUp = 33,
24  PageDown = 34,
26  End = 35,
28  Home = 36,
30  LeftArrow = 37,
32  UpArrow = 38,
34  RightArrow = 39,
36  DownArrow = 40,
38  Select = 41,
40  Print = 42,
42  Execute = 43,
44  PrintScreen = 44,
46  Insert = 45,
48  Delete = 46,
50  Help = 47,
52  D0 = 48,
54  D1 = 49,
56  D2 = 50,
58  D3 = 51,
60  D4 = 52,
62  D5 = 53,
64  D6 = 54,
66  D7 = 55,
68  D8 = 56,
70  D9 = 57,
72  A = 65,
74  B = 66,
76  C = 67,
78  D = 68,
80  E = 69,
82  F = 70,
84  G = 71,
86  H = 72,
88  I = 73,
90  J = 74,
92  K = 75,
94  L = 76,
96  M = 77,
98  N = 78,
100  O = 79,
102  P = 80,
104  Q = 81,
106  R = 82,
108  S = 83,
110  T = 84,
112  U = 85,
114  V = 86,
116  W = 87,
118  X = 88,
120  Y = 89,
122  Z = 90,
124  LeftWindows = 91,
126  RightWindows = 92,
128  Applications = 93,
130  Sleep = 95,
132  NumPad0 = 96,
134  NumPad1 = 97,
136  NumPad2 = 98,
138  NumPad3 = 99,
140  NumPad4 = 100,
142  NumPad5 = 101,
144  NumPad6 = 102,
146  NumPad7 = 103,
148  NumPad8 = 104,
150  NumPad9 = 105,
152  Multiply = 106,
154  Add = 107,
156  Separator = 108,
158  Subtract = 109,
160  Decimal = 110,
162  Divide = 111,
164  F1 = 112,
166  F2 = 113,
168  F3 = 114,
170  F4 = 115,
172  F5 = 116,
174  F6 = 117,
176  F7 = 118,
178  F8 = 119,
180  F9 = 120,
182  F10 = 121,
184  F11 = 122,
186  F12 = 123,
188  F13 = 124,
190  F14 = 125,
192  F15 = 126,
194  F16 = 0x7F,
196  F17 = 0x80,
198  F18 = 129,
200  F19 = 130,
202  F20 = 131,
204  F21 = 132,
206  F22 = 133,
208  F23 = 134,
210  F24 = 135,
212  BrowserBack = 166,
214  BrowserForward = 167,
216  BrowserRefresh = 168,
218  BrowserStop = 169,
220  BrowserSearch = 170,
222  BrowserFavorites = 171,
224  BrowserHome = 172,
226  VolumeMute = 173,
228  VolumeDown = 174,
230  VolumeUp = 175,
232  MediaNext = 176,
234  MediaPrevious = 177,
236  MediaStop = 178,
238  MediaPlay = 179,
240  LaunchMail = 180,
242  LaunchMediaSelect = 181,
244  LaunchApp1 = 182,
246  LaunchApp2 = 183,
248  Oem1 = 186,
250  OemPlus = 187,
252  OemComma = 188,
254  OemMinus = 189,
256  OemPeriod = 190,
258  Oem2 = 191,
260  Oem3 = 192,
262  Oem4 = 219,
264  Oem5 = 220,
266  Oem6 = 221,
268  Oem7 = 222,
270  Oem8 = 223,
272  Oem102 = 226,
274  Process = 229,
276  Packet = 231,
278  Attention = 246,
280  CrSel = 247,
282  ExSel = 248,
284  EraseEndOfFile = 249,
286  Play = 250,
288  Zoom = 251,
290  NoName = 252,
292  Pa1 = 253,
294  OemClear = 254
295  }
296 }
The EXSEL (EXTEND SELECTION) key.
The Media Stop key (Windows 2000 or later).
The 0 key on the numeric keypad.
The Media Previous Track key (Windows 2000 or later).
The Start Application 1 key (Microsoft Natural Keyboard, Windows 2000 or later).
The 3 key on the numeric keypad.
The Computer Sleep key.
The Browser Forward key (Windows 2000 or later).
The Volume Mute key (Microsoft Natural Keyboard, Windows 2000 or later).
The PAGE DOWN key.
The 4 key on the numeric keypad.
The OEM 2 key (OEM specific).
The OEM 102 key (OEM specific).
The INS (INSERT) key.
The OEM Period key on any country/region keyboard (Windows 2000 or later).
The OEM 4 key (OEM specific).
The 7 key on the numeric keypad.
The right Windows logo key (Microsoft Natural Keyboard).
Definition: __Canon.cs:3
The IME PROCESS key.
The Start Mail key (Microsoft Natural Keyboard, Windows 2000 or later).
The Select Media key (Microsoft Natural Keyboard, Windows 2000 or later).
The OEM 6 key (OEM specific).
Represents a decimal number.
Definition: Decimal.cs:16
The CLEAR key (OEM specific).
The Browser Search key (Windows 2000 or later).
The Divide key (the division key on the numeric keypad).
The Media Next Track key (Windows 2000 or later).
The OEM Minus key on any country/region keyboard (Windows 2000 or later).
The left Windows logo key (Microsoft Natural Keyboard).
The OEM Comma key on any country/region keyboard (Windows 2000 or later).
The Volume Up key (Microsoft Natural Keyboard, Windows 2000 or later).
The CRSEL (CURSOR SELECT) key.
The Application key (Microsoft Natural Keyboard).
The OEM 1 key (OEM specific).
The OEM 3 key (OEM specific).
The Browser Back key (Windows 2000 or later).
The Browser Favorites key (Windows 2000 or later).
The Add key (the addition key on the numeric keypad).
A constant reserved for future use.
The 5 key on the numeric keypad.
The OEM Plus key on any country/region keyboard (Windows 2000 or later).
The 6 key on the numeric keypad.
The OEM 8 key (OEM specific).
The DEL (DELETE) key.
The LEFT ARROW key.
The BACKSPACE key.
The Browser Home key (Windows 2000 or later).
The Volume Down key (Microsoft Natural Keyboard, Windows 2000 or later).
The Multiply key (the multiplication key on the numeric keypad).
The Browser Refresh key (Windows 2000 or later).
The 8 key on the numeric keypad.
The 1 key on the numeric keypad.
The 9 key on the numeric keypad.
The 2 key on the numeric keypad.
The DOWN ARROW key.
The ESC (ESCAPE) key.
The PAGE UP key.
The Subtract key (the subtraction key on the numeric keypad).
Specifies that the class can be serialized.
The Browser Stop key (Windows 2000 or later).
The Media Play/Pause key (Windows 2000 or later).
ConsoleKey
Specifies the standard keys on a console.
Definition: ConsoleKey.cs:5
The UP ARROW key.
The PACKET key (used to pass Unicode characters with keystrokes).
The OEM 5 (OEM specific).
The Start Application 2 key (Microsoft Natural Keyboard, Windows 2000 or later).
The RIGHT ARROW key.
The PRINT SCREEN key.
The Separator key.
The OEM 7 key (OEM specific).