I need to disable Keyboard Input for all UI elements except one or 2 exceptions.
Thing is, I need the arrow keys for controlling so I added a KeyEventHandler on the MainWindow level and added another for UI Elements like Tab Items, Textbox so that they ignore the Input when they got the focus. I ended up with a pretty buggie control. I still can browse e.g. thru tab items, the control event sometimes doesn't fire. I need a more reliable way to do this..
Any suggestions are appreciated!