8 references to F1
System.Console (8)
System\IO\KeyParser.cs (7)
109
parsed = new ConsoleKeyInfo(default, ConsoleKey.
F1
+ input[3] - 'A', false, false, false);
198
'P' => (ConsoleKey.
F1
, 0),
231
_ when char.IsBetween(character, 'M', 'X') => (ConsoleKey.
F1
+ character - 'M', 0),
232
_ when char.IsBetween(character, 'Y', 'Z') => (ConsoleKey.
F1
+ character - 'Y', ConsoleModifiers.Shift),
234
_ when char.IsBetween(character, 'k', 'v') => (ConsoleKey.
F1
+ character - 'k', ConsoleModifiers.Control),
235
_ when char.IsBetween(character, 'w', 'z') => (ConsoleKey.
F1
+ character - 'w', ConsoleModifiers.Control | ConsoleModifiers.Shift),
258
11 => ConsoleKey.
F1
,
System\TerminalFormatStrings.cs (1)
101
AddKey(db, TermInfo.WellKnownStrings.KeyF1, ConsoleKey.
F1
);