3 references to ArrowLeft
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
Services\EditorService.cs (2)
378
await TestServices.Input.PressWithShiftAsync(SpecialKey.
ArrowLeft
);
384
await TestServices.Input.PressAsync(SpecialKey.
ArrowLeft
);
Services\InputService.cs (1)
21
SpecialKey.
ArrowLeft
=> "ArrowLeft",