Skip to content
Eruyome edited this page Aug 23, 2017 · 18 revisions

Hotkey/macro descriptions

Hotkey/function name Description
TogglePOEItemScript
Minimize
HighlightItems
HighlightItemsAlt
LookUpAffixes
CloseScripts
KickYourself
Hideout
ScrollTabRight
ScrollTabLeft
SendCtrlC
Remaining
Join820
SetAfkMessage
AdvancedItemInfo

Editing the script

Use the global variables to enable/disable hotkeys and set a key combination.

You can also add your own macros here, but adding your own files in the subfolder CustomMacros\ is the more preferable solution. All files there will be appended.
Please make sure that any issues that you are experiencing aren't related to your own macros before reporting them.
For example, paste the line ^Space::SendInput {Enter}/oos{Enter} in an .ahk file, place it in the CustomMacros folder and you have your macro ready. It's that easy.

Declaring variables or executing code outside of functions, labels or hotkeys won't work in AdditionalMacros or your custom macros. Read more about it here:
https://autohotkey.com/docs/Scripts.htm#auto (script auto-execute section).
Function calls via hotkeys work though.

AutoHotkey IDE's and Editor setups (NotePad++, Sublime, Vim):
https://github.com/ahkscript/awesome-AutoHotkey#integrated-development-environment

Curated list of awesome AHK libs, lib distributions, scripts, tools and resources:
https://github.com/ahkscript/awesome-AutoHotkey

Clone this wiki locally