-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
ConsoleKeyInfo has one default constructor with five parameters.
ConsoleKeyInfo(char keyChar, ConsoleKey key, bool shift, bool alt, bool ctrl)
Even though ConsoleKeyInfo(char keyChar, ConsoleKey key) is available on HelpConsole, it should be easier to use key combination on Key-Action pairs and Key-Func pairs.
Metadata
Metadata
Assignees
Labels
No labels