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

Hotkey/macro descriptions

Hotkey / function name Description
TogglePOEItemScript Pause item parsing with the pause key (other macros remain).
Minimize Winkey+D minimizes the active PoE window (PoE stays minimized this way).
HighlightItems Ctrl+F fills search bars in the stash or vendor screens with the item's name or info you're hovering over.
Function parameters, change if needed or wanted:
  1. Use broader search terms, default = false.
  2. Leave the search field after pasting the search terms, default = true.
HighlightItemsAlt Ctrl+Alt+F uses much broader search terms for the highlight function.
LookUpAffixes Opens poeaffix.net in your browser, navigating to the item that you're hovering over.
CloseScripts Ctrl+Esc closes all running scripts specified by (and including) ItemInfo or TradeMacro.
KickYourself Quickly leave a group by kicking yourself. Only works for one specific character name, which you have to edit in.
Hideout Go to hideout with F5.
ScrollTabRight Ctrl+scroll down scrolls through stash tabs rightward.
ScrollTabLeft Ctrl+scroll up scrolls through stash tabs leftward.
ScrollTabRightAlt Holding right mouse button+scroll down scrolls through stash tabs rightward
ScrollTabLeftAlt Holding right mouse button+scroll up scrolls through stash tabs leftward.
SendCtrlC Ctrl+right mouse button sends ctrl+c.
Remaining Mobs remaining with F9.
Join820 Join a channel with F10, you can edit which one.
SetAfkMessage Pastes a predefined afk message to your chat and marks "X" so you can type in the estimated time.
AdvancedItemInfo Opens an item on pathof.info for an advanced affix breakdown.

How does the script work / 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