When the user presses the left CTRL + left SHIFT, I want to make the whole application translucent (for example, the VS2008 intellisense popup). If I write my code in the KeyUp event, I can capture both keys pressed, but the transparency effect should be active only when the keys are pressed. When they are released, the opacity should return to 100%. The behavior I want is actually a KeyDown event, but I cannot capture both keys in KeyDown, can I?
thanks
source share