What I want to do is implement a TextBox which accepts a key combination as the input. For example, the text Win + Ctrl + A appears when these keys are pressed (Windows Forms or WPF).
A nice example is in Winamp settings, under “Global Hotkeys”.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is how you can detect almost all keys that are being pressed:
source: How to detect the currently pressed key?