I have an .net C# winforms application, and I need to add hotkey support, but I want more than the standard RegisterHotKey
function, I want be able to support hotkeys like ctrl-ctrl (like in Google Desktop).
Please provide me a direction how to implement this.
edit:
You didn't got it right. I want the hotkey to work even if my application not focused, for example minimized to tray.