@@ -254,6 +254,31 @@ public static class Keys
254
254
public static ConsoleKeyInfo F23 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F23 , false , false , false ) ;
255
255
public static ConsoleKeyInfo F24 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F24 , false , false , false ) ;
256
256
257
+ public static ConsoleKeyInfo AltF1 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F1 , false , true , false ) ;
258
+ public static ConsoleKeyInfo AltF2 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F2 , false , true , false ) ;
259
+ public static ConsoleKeyInfo AltF3 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F3 , false , true , false ) ;
260
+ public static ConsoleKeyInfo AltF4 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F4 , false , true , false ) ;
261
+ public static ConsoleKeyInfo AltF5 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F5 , false , true , false ) ;
262
+ public static ConsoleKeyInfo AltF6 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F6 , false , true , false ) ;
263
+ public static ConsoleKeyInfo AltF7 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F7 , false , true , false ) ;
264
+ public static ConsoleKeyInfo AltF8 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F8 , false , true , false ) ;
265
+ public static ConsoleKeyInfo AltF9 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F9 , false , true , false ) ;
266
+ public static ConsoleKeyInfo AltFl0 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F10 , false , true , false ) ;
267
+ public static ConsoleKeyInfo AltF11 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F11 , false , true , false ) ;
268
+ public static ConsoleKeyInfo AltF12 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F12 , false , true , false ) ;
269
+ public static ConsoleKeyInfo AltF13 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F13 , false , true , false ) ;
270
+ public static ConsoleKeyInfo AltF14 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F14 , false , true , false ) ;
271
+ public static ConsoleKeyInfo AltF15 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F15 , false , true , false ) ;
272
+ public static ConsoleKeyInfo AltF16 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F16 , false , true , false ) ;
273
+ public static ConsoleKeyInfo AltF17 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F17 , false , true , false ) ;
274
+ public static ConsoleKeyInfo AltF18 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F18 , false , true , false ) ;
275
+ public static ConsoleKeyInfo AltF19 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F19 , false , true , false ) ;
276
+ public static ConsoleKeyInfo AltF20 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F20 , false , true , false ) ;
277
+ public static ConsoleKeyInfo AltF21 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F21 , false , true , false ) ;
278
+ public static ConsoleKeyInfo AltF22 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F22 , false , true , false ) ;
279
+ public static ConsoleKeyInfo AltF23 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F23 , false , true , false ) ;
280
+ public static ConsoleKeyInfo AltF24 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F24 , false , true , false ) ;
281
+
257
282
public static ConsoleKeyInfo ShiftF3 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F3 , true , false , false ) ;
258
283
public static ConsoleKeyInfo ShiftF8 = new ConsoleKeyInfo ( ( char ) 0 , ConsoleKey . F8 , true , false , false ) ;
259
284
0 commit comments