Is this simply my device...
i have noticed that hardware key presses are often preceded by a
windows (vk 91) key press.
Anyone else notice this? this makes it a bit diffficult to handle
these hardware keys, as i am not sure how to handle these key presses
without making the start menu pop up (which happens when a WM_KEYDOWN
is sent with vk code 91). This is because if i press a hardware key
such as the calendar key, 91 is sent first, then 195. i can cancel the
195 if needed, but by that time 91 has been processed. i need a way to
disable them both it seems...