Open
Description
.NET version
.Net 9.0: Main branch of Winforms repo
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is not a regression issue and is also reproduced on .NET 8.0.
Issue description
DemoConsole application does not support keyboard operations and shortcuts (except for Delete), e.g.:
-
↑
,↓
,←
,→
related to issue 10466: add short cut ↑, ↓, ←, → to demo console #13513 -
Ctrl+C
,Ctrl+V
-
Tab
Related to #10466 Support Tab key in the demo console #13570 -
Alt+Shift+F10
related to issue 10466: DemoConsole application does not support keyb… #11218
testdemoconsole.mp4
Steps to reproduce
Test sample: DemoConsole in Winforms repo