hi everybody
I want my project form to react to combination of some keystrokes like 'shift+R' or 'ctrl+shift+P' and display respective forms.
How can i catch the combination of keys because keypress or keydown can store only one keystroke.
Thanks in advance