Console.ReadKey will only capture input when a "normal" key is pressed, and then it attaches the modifiers (if any) as a part of the key info. How can I register a single modifier key press as an input?Console.ReadKey will only capture input when a
Console.ReadKey will only capture input when a "normal" key is pressed, and then it attaches the modifiers (if any) as a part of the key info. How can I register a single modifier key press as an input?Console.ReadKey will only capture input when a