Work

Choose Which Applications Launch On Startup With AutoHotkey

With a simple AutoHotkey script, you can tell your computer to launch different programs on startup with different combinations of the Caps Lock, Num Lock and Scroll Lock functions turned on.


September 8, 2010
Work

Automate Repetitive Tasks With A Custom AutoHotkey Script

Batch file renamers, photo organisers and other automation tools have saved people countless hours. Despite the all the tasks that are automated, you still run into terribly tedious ones that aren’t. Create custom AutoHotkey scripts to breeze through tedious tasks.


September 1, 2010
Work

Use AutoHotkey To Scroll The Command Prompt Backwards

Windows only: There’s no question that the Windows command prompt is anaemic, but even if you upgrade it with Cygwin, you’re still left with a console window that won’t let you scroll backwards with the keyboard. Here’s the fix.


August 21, 2010
Work

Send Email Reminders To Your Gmail Account With A Hotkey

Windows only: If you frequently send yourself quick email reminders, you can save yourself a lot of time by setting up a shortcut key that sends yourself an email without having to open an email client or browser.


August 16, 2010
Work

How To Enable CTRL+V Paste In The Windows Command Prompt

If you hop between the regular applications and the command prompt with any frequency, the lack of CTRL+V paste is frustrating. Tweak the Windows command prompt to support keyboard-based pasting with a simple AutoHotkey script.


August 12, 2010
Work

Run Actions On A Remote Computer With Dropbox, AutoHotkey

We recently featured a way to launch applications and perform actions on another computer with Dropbox and AutoHotkey, but it was a bit complicated. Here’s an updated version that just requires a quick keyboard shortcut and a bit of AutoHotkey scripting knowledge.


July 31, 2010
Work

Create A Shortcut Key To Replace Text With Hyperlinks In Any Editor

If you do most of your editing in a plain text environment, you don’t get to take advantage of time-saving features like easily replacing text with hyperlinks—but a quick AutoHotkey script can make it much easier.


July 29, 2010
Work

Add Windows 7 And Vista’s Quick File-Renaming Shortcut To XP

newVideoPlayer( {"type":"video","player":"http://www.youtube.com/v/8iyP1hSKhLI&hl=en&fs=1&fmt=22","customParams":[] ,"width":570,"height":281.25,"ratio":0.824,"flashData":"","embedName":null,"objectId":null,"noEmbed":false,"source":"youtube","wrap":true,"agegate":false} );

Earlier this week we shared a handy file-renaming shortcut that works in Windows 7 and Vista (see video). Reader derilium put together a script that brings the same functionality to XP.


Work

The Best Time-Saving AutoHotkey Tricks You Should Be Using

It’s no secret that we’re huge fans of using the AutoHotkey scripting language, and we use it religiously to automate Windows tasks and save time. Here’s a handful of useful scripts and tricks to help you become an AutoHotkey expert.


July 2, 2010
Organise

Create Your Own One Goal Taskbar Reminder (With No Added Software)

Have you ever wanted to pin a note to your taskbar, reminding you about the one thing that you should be doing? Here’s a way to do it without installing any extra software.