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
- Host: GitHub
- URL: https://github.com/sylhare/ahk_scripts
- Owner: sylhare
- Created: 2017-04-03T12:29:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T01:16:25.000Z (about 7 years ago)
- Last Synced: 2025-10-20T05:57:28.078Z (8 months ago)
- Topics: ahk, ahk-script, test
- Language: AutoHotkey
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`