I can't seem to find them here.
I'm trying to get them include in my hotkey selection dialog.
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();//