need help with a small Python program
Posted
by Matthew
on Stack Overflow
See other posts from Stack Overflow
or by Matthew
Published on 2010-05-01T02:14:18Z
Indexed on
2010/05/01
2:17 UTC
Read the original article
Hit count: 324
Basically looking for a small program that will do nothing but activate the F6 key every x seconds for the active window, x being whatever number I enter, and the program stops with the hit of like ctrl+z or something. What would be a good way to do this?
© Stack Overflow or respective owner