RegisterHotKey(hWnd, id, Modifiers, vk)
Registers a hotkey for a window
Parameters
hWnd : PyHANDLE
Handle to window that will receive WM_HOTKEY messagesid : int
Unique id to be used for the hot keyModifiers : int
Control keys, combination of win32con.MOD_*vk : int
Virtual key codeWin32 API References
Search for RegisterHotKey at msdn, google or google groups.