Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 645 Bytes

README.markdown

File metadata and controls

10 lines (8 loc) · 645 Bytes

This is an unorganized pile of code dealing with hooking the keyboard, sending keystrokes and stuff like that. It's a collection of a few experiments from over the years. Some of the code might work, most of it probably doesn't. I'm only posting this cuz somebody e-mailed me about this question and I thought I might as well dump my collection on GitHub.

I think I concluded the easiest approach was to invoke an external exe from a Python script with subprocess. I used the SendKeys program, which I think is Windows only.