• 28th August 2006 -By Vinu Thomas

    AutoHotkey

    Version: 1.0.44.10

    Author: Chris Mallett

    Platform: Windows

    Category: Utility

    Price: GNU General Public License

    Rating: 3 out of 5

    AutoHotkey is a free, open-source utility for Windows. With it, you can:

    * Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder.
    * Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
    * Expand abbreviations as you type them. For example, typing “btw” can automatically produce “by the way”.
    * Create custom data entry forms, user interfaces, and menu bars. See GUI for details.
    * Remap keys and buttons on your keyboard, joystick, and mouse.
    * Respond to signals from hand-held remote controls via the WinLIRC client script.
    * Run existing AutoIt v2 scripts and enhance them with new capabilities.
    * Convert any script into an EXE file that can be run on computers that don’t have AutoHotkey installed.

    If you’d like to create a short cut to start notpad when you use the Ctril-N keystrokes, all you have to do is to enter the following macro :
    ^n::
    Run Notepad
    return
    You can end up making quite complex macros to map your actions using this useful utility.

  • 4 Comments to “AutoHotkey”

    • J on March 23, 2009

      Does anyone know if there’s an Autohotkey (or any scripting program) that works on Symbian (more specifically the Nokia E71).

      I’m looking to map Fcn+p (which currently does nothing) to type ‘$’. I have a whole list I’d like to use, but currently cannot. Please let me know. Having “symbian” in the tag cloud got my hopes up for nothing, lol.

    • J on March 23, 2009

      Sorry, and otherwise I love Autohotkey. If it doesn’t help you with anything, you can at least use it to disable the F1 key, which stops that annoying mess.

    • vinu on March 23, 2009

      J, you could check out keymap for Symbian which should provide you with the required functionality:
      http://bit.ly/G3Bix

    • J on March 30, 2009

      Thanks, I’ll try it out. I’ve tried MagicKey which didn’t help at all.

    Leave a Reply