Jump to content

Autohotkey 2.0.11


FunkyBuddha

Recommended Posts

AutoHotkey is a 

Hidden Content

    Give reaction to this post to see the hidden content.
 custom 

Hidden Content

    Give reaction to this post to see the hidden content.
 for 

Hidden Content

    Give reaction to this post to see the hidden content.
, initially aimed at providing easy 

Hidden Content

    Give reaction to this post to see the hidden content.
 or hotkeys, fast 

Hidden Content

    Give reaction to this post to see the hidden content.
-creation and 

Hidden Content

    Give reaction to this post to see the hidden content.
 

Hidden Content

    Give reaction to this post to see the hidden content.
 that allows users of most levels of computer skill to automate repetitive tasks in any Windows application. User interfaces can easily be extended or modified by AutoHotkey (for example, overriding the default Windows 

Hidden Content

    Give reaction to this post to see the hidden content.
 commands with their 

Hidden Content

    Give reaction to this post to see the hidden content.
 equivalents).

Hidden Content

    Give reaction to this post to see the hidden content.
 The AutoHotkey installation includes its own extensive help file, and web-based documentation is also available.

Hidden Content

    Give reaction to this post to see the hidden content.

Features[

Hidden Content

    Give reaction to this post to see the hidden content.
]

AutoHotkey scripts can be used to launch 

Hidden Content

    Give reaction to this post to see the hidden content.
, open documents, and emulate 

Hidden Content

    Give reaction to this post to see the hidden content.
 or 

Hidden Content

    Give reaction to this post to see the hidden content.
 clicks and movements.

Hidden Content

    Give reaction to this post to see the hidden content.
 AutoHotkey scripts can also assign, retrieve, and manipulate 

Hidden Content

    Give reaction to this post to see the hidden content.
, run 

Hidden Content

    Give reaction to this post to see the hidden content.
 and manipulate 

Hidden Content

    Give reaction to this post to see the hidden content.
, 

Hidden Content

    Give reaction to this post to see the hidden content.
, and 

Hidden Content

    Give reaction to this post to see the hidden content.
. These commands can be triggered by a 

Hidden Content

    Give reaction to this post to see the hidden content.
, such as a script that would open an 

Hidden Content

    Give reaction to this post to see the hidden content.
 

Hidden Content

    Give reaction to this post to see the hidden content.
 whenever the 

Hidden Content

    Give reaction to this post to see the hidden content.
 presses Ctrl+Alt+I on the keyboard. Keyboard keys can also be remapped or disabled, such that pressing Ctrl+M, for example, might result in the 

Hidden Content

    Give reaction to this post to see the hidden content.
 receiving an 

Hidden Content

    Give reaction to this post to see the hidden content.
  or nothing at all.

Hidden Content

    Give reaction to this post to see the hidden content.
 AutoHotkey also allows for "hotstrings" that will automatically replace certain text as it is typed, such as assigning the string "btw" to produce the text "by the way" when typed, or the text "%o" to produce "percentage of".

Hidden Content

    Give reaction to this post to see the hidden content.
 Further, scripts can be initiated automatically at computer startup and need not interact with the keyboard at all, perhaps performing file manipulation at a set interval.

Hidden Content

    Give reaction to this post to see the hidden content.

 

Some uses for AutoHotkey:

  • Remapping the keyboard, such as from 

    Hidden Content

      Give reaction to this post to see the hidden content.
     to 

    Hidden Content

      Give reaction to this post to see the hidden content.
     or other alternative 

    Hidden Content

      Give reaction to this post to see the hidden content.
    .
  • Using shortcuts to fill in frequently-used file names or other phrases.
  • Typing punctuation not provided on the keyboard, such as 

    Hidden Content

      Give reaction to this post to see the hidden content.
     ().
  • Typing other non-keyboard characters such as the sign × used, e.g., in describing a room as 10′×12′.
  • Controlling the mouse cursor with a keyboard or 

    Hidden Content

      Give reaction to this post to see the hidden content.
    .
  • Opening programs, documents, and websites with simple keystrokes.
  • Adding a 

    Hidden Content

      Give reaction to this post to see the hidden content.
     to 

    Hidden Content

      Give reaction to this post to see the hidden content.
    , 

    Hidden Content

      Give reaction to this post to see the hidden content.
    , etc.
  • Monitoring a system and automatically closing unwanted programs.
  • Scheduling an automatic 

    Hidden Content

      Give reaction to this post to see the hidden content.
    , system scan, or 

    Hidden Content

      Give reaction to this post to see the hidden content.
    .
  • Automating repetitive tasks.
  • Filling out forms automatically.
  • Hidden Content

      Give reaction to this post to see the hidden content.
     before implementing in another, more time-consuming, programming language.

 

Info:

Quote

Hidden Content

    Give reaction to this post to see the hidden content.

Link:

Quote

Hidden Content

    Give reaction to this post to see the hidden content.

 

  • Like 2
Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...