Posted 20 years ago
by painetraine
Is it possible to create a KeyPressTrigger that has the tab key as its trigger key?
I tried creating a KeyPressTrigger with '\t' and (char)Keys.Tab as the character for the trigger but pressing tab doesn't cause a trigger event.
Is there another way to do this?
I tried creating a KeyPressTrigger with '\t' and (char)Keys.Tab as the character for the trigger but pressing tab doesn't cause a trigger event.
Is there another way to do this?