endrec
asked on
How to capture multiple key presses (including modifier keys) to record, e.g. user pressed Ctrl+E, in C#?
Hi,
I wanted to know if there is a way to capture multiple keypress or keydown events including modifier keys. For example: How would I be able to tell that a user pressed multiple keys at the same time, using keypress or keydown events, for an application that would allow them to set commands/shortcuts (e.g. user pressed Ctrl+Shift+E)?
I wanted to know if there is a way to capture multiple keypress or keydown events including modifier keys. For example: How would I be able to tell that a user pressed multiple keys at the same time, using keypress or keydown events, for an application that would allow them to set commands/shortcuts (e.g. user pressed Ctrl+Shift+E)?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Open in new window