Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Set up and name wow windows as alpha, bravo, charlie
  2.  
  3. <Label alpha local SendWinM Wow1>
  4. <Label bravo local SendWinM Wow2>
  5. <Label charlie local SendWinM Wow3>
  6.  
  7. // Set up hotkeys
  8.  
  9. <Hotkey LShift E>
  10. <SendLabel alpha, bravo, charlie>
  11. <Key %Trigger%>
  12.  
  13.  
  14. // Set up mouse button 4 and 5
  15.  
  16. <Hotkey ScrollLockOn Button5, Button4>
  17. <SendLabel alpha, bravo, charlie>
  18. <ClickMouse %TriggerMainKey%>
  19.  
  20. // Set up movement keys
  21.  
  22. <MovementHotkey 1-5, F2-F4, space, Q, E, K, F, Y, X, G, Z, V, T, Esc>
  23. <SendLabel alpha, bravo, charlie>
  24. <Key %Trigger%>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement