
AutoHotKey
Get flash to fully experience Pearltrees
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.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
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.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.
How to Save Time by Automating Tedious Tasks with AutoHotkey
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.

