Hi,
How can log a combination of key strokes in a RichTextBox such as (Ctrl + shift + X) or (Ctrl + X)? Is there any way to separate this combination to key and Modifiers? so when I want to log these, I can separate them in something like (Modifier = Ctrl , Key = X)?
thanks,
