Changes

Jump to navigation Jump to search

Howto:AHK

279 bytes added, 04:18, 8 April 2018
no edit summary
==What is AHK==
AHK is the abbreviation for the software, [https://autohotkey.com/ AutoHotkey].
AHK allows you to make a script (macro) which can be binded to a key press to run the script.
To use an AHK script, you will generally be given the text code for it.
You will want to make a new AHK file by following the 4 steps provided below: 
1.
:: [[File:Ahkcreate.png]]
2.
:: [[File:Ahkformed.png]]
3.
:: [[File:Ahkrename.png]]
4.
:: [[File:Ahkpaste.png]]  ==Sample AHK Script=='''AFK Fish Farm Script for Minecraft''' <code>f1::Click Down Right ;Press F1 to hold the right mouse button downf2::Click Up Right ;F2 to release the right mouse button</code>
558

edits

Navigation menu