Advertisement
Solonarv

pathofexile.ahk

Apr 5th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ; Path of Exile macros
  2.  
  3. ; go to hideout
  4. #IfWinActive, Path of Exile
  5. ^h:: Send {Enter}+{Home}^c/hideout{Enter}{Enter}^v{Escape}
  6.  
  7. ; logout
  8. #IfWinActive, Path of Exile
  9. $^l:: Send {Enter}+{Home}^c/exit{Enter}{Enter}^v{Escape}
  10.  
  11. ; attack-in-place
  12. #IfWinActive, Path of Exile
  13. ;Capslock:: Send {LShift Down}
  14.  
  15. ; /whois last whispered person
  16. #IfWinActive, Path of Exile
  17. $^s:: Send ^{Enter}+{Home}^c{Left}{Delete}/whois {Enter}{Enter}^v{Escape}
  18.  
  19. ; chat message separator
  20. #IfWinActive, Path of Exile
  21. $^\:: Send ||||||||||||||||
  22.  
  23. ; invite
  24. #IfWinActive, Path of Exile
  25. $^n:: Send {Home}{Delete}/invite {Enter}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement