Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #IfWinActive, Path of Exile ahk_class POEWindowClass
  2.  
  3. ^::Suspend
  4.  
  5. *f4:: Send {Enter}{/}{h}{i}{d}{e}{o}{u}{t}{Enter}
  6. *r:: Send {f3}{y}{r}
  7. *q:: Send {f3}{y}{r}{f2}{f1}
  8. *f1:: Send {f1}
  9. ^WheelDown::Send {Left} ;ctrl + scroll up sends left arrow
  10. ^WheelUp::Send {Right} ;ctrl + scroll down sends right arrow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement