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

Hotkey/macro descriptions

Hotkey/function name Description
TogglePOEItemScript Winkey+D minimizes the active PoE window (PoE stays minimized this way).
Minimize 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.
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