Wpf- Is there any way to disable some of the default hotkeys in a RichTextBox?
- by Justin
I have several keybindings in my text editing application that no longer work now that I have switched from using a regular textbox to using a richtextbox.
This is because the wpf richtextbox has several default hokeys such as "Ctrl+1", "Ctrl+2", and "Ctrl+5".
My keybindings are defined in a view that contains the view that the richtextbox is in. I can't move the keybindings to the richtextbox;
Is there any fix for this problem? Other than using a third-party control or creating my own richtextbox from textboxbase.