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();//