I am trying to work out how to insert a tab character into a WPF RichTextBox when the AllowTab attribute is set to false.
Is there a shortcut key that allows this? I would rather not have to resort to adding a special button to the toolbar or telling users that they must copy and paste one in ...
Okay, the best I can come up with so far is intercepting the keydown event in the code behind: