Editing Howto:AHK

Jump to navigation Jump to search

Warning: The database has been locked for maintenance, so you will not be able to save your edits right now. You may wish to copy and paste your text into a text file and save it for later.

The system administrator who locked it offered this explanation: We are placing MPGH Wiki into a read-only state. If you are interested in contributing content towards this Wiki please contact Silent on MPGH.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
==What is AHK==
 
==What is AHK==
AHK is the abbreviation for the software, [https://autohotkey.com/ AutoHotkey].
+
AHK is the abbreviation for the software, AutoHotkey.
  
 
AHK allows you to make a script (macro) which can be binded to a key press to run the script.
 
AHK allows you to make a script (macro) which can be binded to a key press to run the script.
Line 10: Line 10:
 
To use an AHK script, you will generally be given the text code for it.
 
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:
+
You will want to make a new AHK file by  
 
 
  
 
1.
 
1.
:: [[File:Ahkcreate.png]]
+
[[File:Ahkcreate.png]]
  
 
2.
 
2.
:: [[File:Ahkformed.png]]
+
[[File:Ahkformed.png]]
  
 
3.
 
3.
:: [[File:Ahkrename.png]]
+
[[File:Ahkrename.png]]
  
 
4.
 
4.
:: [[File:Ahkpaste.png]]
+
[[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 down
 
f2::Click Up Right ;F2 to release the right mouse button</code>
 

Please note that all contributions to MPGH Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see MPGH-Wiki:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)