Friday, August 6, 2010
Open your favorite websites quickly with an Auto Hot Key shortcut
When you sit down at your computer do you always visit the same websites? If so then save yourself time with a Auto Hot Key shortcut (AHK) for short. If your not familiar with AHK it's a program that allows you to make keyboard short cut's and mouse gesture to save time on repetitive task. What I've done is made an AHK script that will open my default web browser to the same websites every time with just two key strokes.
First you will need to download and install Auto Hot Key Installer. Next open notepad and copy and past the AHK script I have written (Above). Change the websites to whatever sites you would like opened. At the beginning of the script you see (#W) # represents the windows key on the bottom left of your keyboard. By pressing #W this will execute the script and open up your favorite websites. You may use whatever letter you choose #W is just the example. Also you see sleep 1000, 4000, 7000. 1000=1 second. Everyone's computer doesn't run at the same speed so depending how long it takes your web browser to open you will want to add a time delay just like the delay between opening web pages. Or it will open different multiple browser instead of browser tabs. So the first web page will begin to open after 3 seconds. Then the next page 2 seconds after that so on and so on until all your pages are open.
Labels:
Auto Hot Key
Subscribe to:
Post Comments (Atom)
You're full of information! I might have Firstborn do this for us because we definitely visit the SAME websites all the time.
ReplyDelete