How to Make Your Computer Press a Key Every X Seconds
- by The Geek
Have you ever needed to press a key every couple of seconds, or every few minutes? Perhaps you’re playing a video game and you’re waiting for an item, or you’ve got some other reason. Either way, here’s how to make your PC do it automatically.
You’ll need to start by downloading and installing AutoHotkey, which is a simple scripting language that allows you to create easy scripts. Once you do that, right-click anywhere and choose New –> AutoHotkey Script.
Once you’ve done that, paste the following into the script:
#PersistentSetTimer, PressTheKey, 1800000Return
HTG Explains: How Hackers Take Over Web Sites with SQL Injection / DDoS
Use Your Android Phone to Comparison Shop: 4 Scanner Apps Reviewed
How to Run Android Apps on Your Desktop the Easy Way