Silverlight handling multiple key press combinations.
Posted
by SilverDark
on Stack Overflow
See other posts from Stack Overflow
or by SilverDark
Published on 2010-04-12T03:37:26Z
Indexed on
2010/04/12
3:43 UTC
Read the original article
Hit count: 538
I have a Silverlight application in which I catch certain key presses such as TAB or CTRL to perform some action. However, I want to be able to handle multiple keys pressed at the same time such as CTRL + R or something like that. Is there any way to do that in Silverlight, and if so, how? Thank you in advance.
© Stack Overflow or respective owner