An open API service indexing awesome lists of open source software.

https://github.com/sylhare/ahk_scripts

Some script made with AHK
https://github.com/sylhare/ahk_scripts

ahk ahk-script test

Last synced: 4 months ago
JSON representation

Some script made with AHK

Awesome Lists containing this project

README

          

### AHK Scripts

For Windows :

You can download the last version: [download](https://autohotkey.com/download/).

The official tutorial: [tuto](https://autohotkey.com/docs/Tutorial.htm) ([beginner](https://autohotkey.com/docs/Tutorial.htm#s11)) and for use of the [clipboard](https://autohotkey.com/docs/misc/Clipboard.htm)

Some other [tuto](https://www.computerhope.com/tips/tip209.htm)

----------
#### Create a script

- Write your script
- Save your script in a `.ahk`
- Use the `Convert .ahk to .exe` tool to create a `.exe` file
- Double click on the `.exe` and it's done!

You can launch a script by right clicking it and click on `Run script`