4 references to F3
System.Console (4)
System\IO\KeyParser.cs (3)
201
'R' => (ConsoleKey.
F3
, 0),
233
_ when char.IsBetween(character, 'a', 'j') => (ConsoleKey.
F3
+ character - 'a', ConsoleModifiers.Shift),
260
13 => ConsoleKey.
F3
,
System\TerminalFormatStrings.cs (1)
103
AddKey(db, TermInfo.WellKnownStrings.KeyF3, ConsoleKey.
F3
);