I can't seem to find them here.
I'm trying to get them include in my hotkey selection dialog.
Checkout Oem*
, from the link that you provided:
OemMinus The OEM minus key on any country/region keyboard (Windows 2000 or later).
Oemplus The OEM plus key on any country/region keyboard (Windows 2000 or later).
You can have something like:
if (keyData == (Keys.Control | Keys.OemMinus) ) ZoomOutOrSomething();//
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With