Skip to content

Easier ConsoleKeyInfo usage #59

@meokullu

Description

@meokullu

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.

See ConsoleKeyInfo

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions