pyhk
pyhk copied to clipboard
Simple global Python hotkey registration
I really hope the original author, schurpf, replies. With a few very minor tweaks I was able to get a demo of pyhk working with Python 3. I have uploaded...
can pyhk work on Python3
I want to put arguments in addHotkey function like this: def test(args): print args hot = pyhk.pyhk() hot.addHotkey(['1'], test, args=[0]) hot.addHotkey(['2'], test, args=[0,1]) hot.addHotkey(['3'], test, args=[0,1,2,]) hot.addHotkey(['4'], test, args=[0,1,2,3]) hot.addHotkey(['5'],...
sometime the hotkey will show on text edit
After longer period of run time the created hotkeys are not caught anymore. Does anybody else face this issue?