Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. ; Suspend autohotkey mode with Ctrl+Enter
  2. Ctrl+Enter::Suspend
  3. ;-----------Movement-------------;
  4. W::Up
  5. A::Left
  6. S::Down
  7. D::Right
  8. Q::NumpadHome
  9. E::NumpadPgUp
  10. Z::NumpadEnd
  11. C::NumpadPgDn
  12. ;-----------Keybinds-------------;
  13. XButton2::F1
  14. XButton1::F2
  15. MButton::
  16. Space::F5
  17. R::F3
  18. F::F6
  19. G::
  20. T::
  21. V::F4
  22. X::^R
  23. B::
  24. 1::F9
  25. 2::F10
  26. 3::F11
  27. 4::F12
  28. 5::
  29. 6::
  30. 7::
  31. 8::
  32. 9::
  33. 0::
  34. ; Hotkey Tibialyzer commands
  35. ; Open loot window with the [ key
  36. M::Command=loot@
  37. ; Show exp with ] key
  38. N::Command=exp@
  39. ; Close all windows when = key is pressed
  40. =::Command=close@
  41. ; Open last window with - key
  42. -::Command=refresh@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement