vote up 1 vote down star

Google Desktop Search has this nice feature of catching monitor shortcuts (such as CTRL + CTRL) while running in the background. Once the event is caught, the desktop search bar is being shown. Is there a way to simply implement this in C#?

flag

1 Answer

vote up 2 vote down

You can do this with a Global Keyboard Hook.

This lets you preview keyboard events (and mouse events) before they are dispatched to the active application.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.