Giter Site home page Giter Site logo

autohotkeys's Introduction

AutoHotKey

A nice place to start is this.

1. First script

1.1. Simple Hotkey

#j::
Send, nuclear launch codes
return

The # means the Windows key. The ^ would mean the Ctrl key. So, in the example above, we would have Windows + j typing the text nuclear launch test codes. The return on the third line is necessary to avoid syntactical problems in general.

1.2. Simple Hotstring

When you press a hotkey combination, after the release, something will happen. The difference to a hotstring is that something will happen after you type the string, which might even get completely transformed into another string.

::ftw::Free the whales

For example, the code code above will transform the hotstring ftw into Free the whales after you type it.

2. Making it work

To make it work, after having AutoHotKey installed in your machine:

  1. Create a new file, either with:
    • right-click + New + AutoHotKey Script
    • Simply create a new text file and have its extension as .ahk.
  2. Type your code inside it.
  3. Double click your .ahk file to run it.

Now, everything should be working.

autohotkeys's People

Contributors

psygo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.