Skip to content

Instantly share code, notes, and snippets.

@Solonarv
Created November 29, 2016 22:50
Show Gist options
  • Save Solonarv/49aa2f96af2d63aff222252535dad874 to your computer and use it in GitHub Desktop.
Save Solonarv/49aa2f96af2d63aff222252535dad874 to your computer and use it in GitHub Desktop.
; Path of Exile macros
; go to hideout
#IfWinActive, Path of Exile
^h:: Send {Enter}+{Home}^c/hideout{Enter}{Enter}^v{Escape}
; logout
#IfWinActive, Path of Exile
$^l:: Send {Enter}+{Home}^c/exit{Enter}{Enter}^v{Escape}
; attack-in-place
#IfWinActive, Path of Exile
Capslock:: Send {LShift Down}
; /whois last whispered person
#IfWinActive, Path of Exile
$^s:: Send ^{Enter}+{Home}^c{Left}{Delete}/whois {Enter}{Enter}^v{Escape}
; chat message separator
#IfWinActive, Path of Exile
$^\:: Send ||||||||||||||||
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment