Is it possible via Automator, an app, applescript, etc. to automatically press a key (i.e. "g") every 60 seconds?
|
You can do this in AppleScript, iff you've enabled access for assistive devices:
This will (obviously) invoke cmd-,. If, for some reason, you can't enable access for assistive devices, then it's pretty easy to do this in code (by creating a As for getting this to happen every 60 seconds, you could turn it into a launch agent and let launchd do it for you:
Toss that in ~/Library/LaunchAgents and you should be good to go (once you load the plist and/or log out and log back in). |
|||||||||||
|
|
Use the "Watch Me Do" to enter "G," then use the pause action to pause for 60 sec, then the loop action and select "Loop Automatically." |
|||
|
|
