6 references to RightArrow
System.Console (6)
System\IO\KeyParser.cs (3)
185'C' or 'v' => (ConsoleKey.RightArrow, 0), // lowercase used by rxv 186'c' => (ConsoleKey.RightArrow, ConsoleModifiers.Shift), // used by rxvt 225'C' => (ConsoleKey.RightArrow, 0),
System\TerminalFormatStrings.cs (3)
140AddKey(db, TermInfo.WellKnownStrings.KeyRight, ConsoleKey.RightArrow); 149AddKey(db, TermInfo.WellKnownStrings.KeySRight, ConsoleKey.RightArrow, shift: true, alt: false, control: false); 152AddPrefixKey(db, "kRIT", ConsoleKey.RightArrow);