Created
November 29, 2016 22:50
-
-
Save Solonarv/49aa2f96af2d63aff222252535dad874 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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