My app users have a second keyboard with special function keys. Unfortunately, the keys are mapped to buttons such as F, G, F1, etc. I would like to handle the PreviewKeyDown and prevent any keys from these keyboards that have an effect in regular controls like TextBoxes.
In WPF, is there a way to determine which keyboard raised an event?
source
share