Advertisement
Guest User

Untitled

a guest
Nov 10th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #IfWinActive, ahk_class POEWindowClass
  2. ; =========== Mouse4 = 12345 ================================ ;
  3. *XButton1::
  4. {
  5. SendInput, 12345
  6. }
  7. Return
  8. ; ======= DISABLE SHIT KEYS ================================= ;
  9. *!Enter::Return
  10. *#Tab::Return
  11. *LWin::Return
  12. *RWin::Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement