2 references to CtrlR
dotnet-watch (1)
UI\PhysicalConsole.cs (1)
70
CtrlR
=> new ConsoleKeyInfo('R', ConsoleKey.R, shift: false, alt: false, control: true),
dotnet-watch.Tests (1)
TestUtilities\WatchableApp.cs (1)
197
=> SendKey(PhysicalConsole.
CtrlR
);