AutoHotKey

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.autohotkey.com/docs/Tutorial.htm This brief introduction will help you start scripting your own macros and hotkeys right away. Tutorial Contents Creating a script Each script is a plain text file containing commands to be executed by the program (AutoHotkey.exe). A script may also contain hotkeys and hotstrings , or even consist entirely of them. However, in the absence of hotkeys and hotstrings, a script will perform its commands sequentially from top to bottom the moment it is launched.

Tutorial: Macro and Hotkey Creation

AutoHotKey

Video Software Review AutoHotKey Synopsis AutoHotKey (AHK) is a quick and simple program that automates common tasks on your PC. Poker players have written a multitude of various scripts for this powerful tool, allowing you to create buddy lists, macros, even open tables with the click of a button and change everything about the way you play poker. http://www.pokersoftware.com/ahk_intro
http://www.howtogeek.com/56481/the-beginners-guide-to-using-an-autohotkey-script/ AutoHotkey scripts are a great way to customize your computer, but may seem daunting at first. Don’t worry – getting started is much easier than it looks! Read on to see. [Image: mlinksva ]

The Beginner’s Guide to Using an AutoHotkey Script

The free, open source scripting language AutoHotkey may not be one of the most powerful or popular programming languages on the planet, but that's okay—it's not just made for programmers. That's because AutoHotkey is well within the grasp of regular folks like you or me—people who have a fair understanding of computers and are willing to learn just a little to make major strides in productivity. Today I'll show you how to use AutoHotkey to turn almost any action into a keyboard shortcut. NOTE: I'm not a computer programmer by trade. In fact, I graduated from college a few years ago with a degree in Philosophy of Religion, Arts, and Science (a liberal arts degree I made up). My point is, even if you have absolutely no programming experience, creating simple keyboard shortcuts with AutoHotkey is well within your grasp.

Turn Any Action into a Keyboard Shortcut

http://lifehacker.com/316589/turn-any-action-into-a-keyboard-shortcut

10 Ways to Use AutoHotKey to Rock Your Keyboard

If you are into productivity on your computer, you probably already use your keyboard and its shortcuts as much as possible. And if you’re on Windows, you’ve probably also check out the awesome potential of AutoHotKey , which can make your keyboard hum like nobody’s business. But most people haven’t tapped into the true power of AHK, and explored all the ways it can turn the keyboard into a productivity machine. For Mac users, you already have the fantabulously wonderful Quicksilver , and if that doesn’t completely meet your needs, try TypeIt4Me for text expansion. http://www.lifehack.org/articles/technology/10-ways-to-use-autohotkey-to-rock-your-keyboard.html
Have you ever needed to perform the same mindless task over and over on your PC? Instead of wasting hours clicking buttons and hitting keys, this is the perfect time to use your AutoHotkey skills to make your PC do the work for you. Note: This particular example is a real one that I used earlier today to save a small amount of time, but these are techniques that I’ve used many times over the years to literally save myself days worth of time. The Scenario I was trying to go through and clean out a bunch of incorrect broadcast messages in our email newsletter account, when I realized that their interface required me to manually click the Delete button and then confirm it on every single message—we’re talking about 300 incorrect messages that needed to be deleted. http://www.howtogeek.com/howto/27971/how-to-save-time-by-automating-tedious-tasks-with-autohotkey/

How to Save Time by Automating Tedious Tasks with AutoHotkey

http://lifehacker.com/5598693/the-best-time+saving-autohotkey-tricks-you-should-be-using It's no secret that we're huge fans of the simple but powerful 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. Today's lesson assumes that you're already somewhat familiar with AutoHotkey scripting and automation. If you're new to the world of AutoHotkey, be sure to check out our beginner's guide to turning any action into a keyboard shortcut using AHK. Note : If you're trying to use an AutoHotkey script that requires Administrator access, you'll probably want to use this registry hack to add Run as Administrator to AutoHotkey scripts . Make Windows Explorer Easier to Use

The Best Time-Saving AutoHotkey Tricks You Should Be Using

Table of Contents Introduction The Top of the Script (the Auto-execute Section ): This portion executes automatically when the script starts. Escape Sequences : When to use `% and `, to indicate a literal percent sign or comma. Comments in Scripts : The use of semicolon and the symbols /*...*/ to add remarks to a script.

Scripts and Macros

http://www.autohotkey.com/docs/Scripts.htm
http://www.autohotkey.com/docs/FAQ.htm#Startup Language Syntax Common Tasks

FAQ

Tutorial for Newbies

http://www.autohotkey.com/community/viewtopic.php?t=47791 Tutorial for Newbies

Hotstrings and Auto-replace (similar to AutoText and AutoCorrect)

Note: Hotstrings require Windows NT/2000/XP or later. Introduction and Simple Examples Although hotstrings are mainly used to expand abbreviations as you type them (auto-replace), they can also be used to launch any scripted action. In this respect, they are similar to hotkeys except that they are typically composed of more than one character (that is, a string).

Hotkeys (Mouse, Joystick and Keyboard Shortcuts)

Table of Contents Introduction and Simple Examples Hotkeys are sometimes referred to as shortcut keys because of their ability to easily trigger an action (such as launching a program or keyboard macro ). In the following example, the hotkey Win+N is configured to launch Notepad. The pound sign [#] stands for the Windows key, which is known as a modifier : #n:: Run Notepad return

FAQ

Language Syntax Common Tasks Hotkeys, Hotstrings, and Remapping Language Syntax

AutoHotkey

AutoHotkey is a free , open-source macro -creation and automation software utility that allows users to automate repetitive tasks in Microsoft Windows . Any application user interface can be modified by AutoHotkey (for example, overriding the default Windows control key commands with their Emacs equivalents). [ 2 ] It is driven by a custom scripting language that is aimed specifically at providing keyboard shortcuts or hotkeys. [ edit ] Features AutoHotkey scripts can be used to launch programs , open documents, send keystrokes and send mouse clicks and movements. [ 3 ] AutoHotkey scripts can also assign, retrieve, and manipulate variables , run loops and manipulate windows , files , and folders . These commands can be triggered by a hotkey , such as a script that would open an internet browser whenever the user presses Ctrl + Alt + i on the keyboard.

Unofficial AutoHotkey FAQ

Note: this page comes from the AutoHotkey Wiki which has been removed.