Hi!
I've made a script that exports a bunch of files. However, after a while the screen saver goes on and causes problems when the script uses window conditions etc.
The obvious fix would be to turn off the screen saver, but I know myself well enough, so I will forget to turn it back on - and then, worst case there is the whole security thing.
I was thinking maybe I could simulate activitity while the macro is running to prevent the screen saver from starting. I could have the script hit keys or move the mouse. The latter is the better option as hitting keys could cause new problems. Not sure if it would count as activity if it's generated by KM instead of physically touching the mouse.
Any thoughts?