I've created a OnKeyUp method to RichTextControl, and I want to ignore all keys, which are special characters (like shift, control, alt etc).
One way to do that is to enumerate all the characters that I want to ignore, but I'm wondering, if there's something like IsSpecialKey function somewhere, that I can use in this context