A Windows hotkey manager made with C# and WPF (.net 4.0). Overrides the window main procedure (WndProc) and uses WinAPI functions through P/Invoke (RegisterHotkey and UnregisterHotkey) to register the hotkeys globally.
Just copy the Binary folder in an accesible folder and it's ready to be used.
Here is the main window, you can also drag and drop a program to the list and the hotkey creation window will be called with the program route.
And you can specify to start this hotkey manager with Windows (adds itself to windows registry) and make it start minimized in the notification area (right corner of taskbar).
Currently available Spanish and English. Feel free to pull request with language resource files for your language of choice. :)