keyboard - Set global hotkey with Python 2.6 -


i wanna setup global hotkey in python 2.6 listens keyboard shortcut ctrl + d or ctrl+ alt+ d on windows, please me

tim golden's python/win32 site useful resource win32 related programming in python. in particular, example should help:


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -