2 references to NoName
System.Console (2)
System\IO\KeyParser.cs (2)
189
'E' => (ConsoleKey.
NoName
, 0), // ^[OE maps to Begin, but we don't have such Key. To reproduce press Num5.
206
'u' => (ConsoleKey.
NoName
, 0), // it should be Begin, but we don't have such (press Num5 in rxvt to reproduce)