Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. WinGet, wowid, List, World of Warcraft
  2.  
  3. ~^1::
  4. KeyWait 1
  5. IfWinActive, World of Warcraft
  6. {
  7. ControlSend,, 1, ahk_id %wowid2%
  8. Return
  9. }
  10.  
  11. WinGet, wowid, List, World of Warcraft
  12.  
  13. ~^3::
  14. KeyWait 3
  15. IfWinActive, World of Warcraft
  16. {
  17. ControlSend,, 3, ahk_id %wowid2%
  18. Return
  19. }
  20.  
  21. WinGet, wowid, List, World of Warcraft
  22.  
  23. ~^5::
  24. KeyWait 5
  25. IfWinActive, World of Warcraft
  26. {
  27. ControlSend,, 5, ahk_id %wowid2%
  28. Return
  29. }
  30.  
  31. WinGet, wowid, List, World of Warcraft
  32.  
  33. ~^6::
  34. KeyWait 6
  35. IfWinActive, World of Warcraft
  36. {
  37. ControlSend,, 6, ahk_id %wowid2%
  38. Return
  39. }
  40.  
  41. WinGet, wowid, List, World of Warcraft
  42.  
  43. ~^F::
  44. KeyWait F
  45. IfWinActive, World of Warcraft
  46. {
  47. ControlSend,, F, ahk_id %wowid2%
  48. Return
  49. }
  50.  
  51. WinGet, wowid, List, World of Warcraft
  52.  
  53. ~^XButton1::
  54. KeyWait 2
  55. IfWinActive, World of Warcraft
  56. {
  57. ControlSend,, 2, ahk_id %wowid2%
  58. Return
  59. }
  60.  
  61. WinGet, wowid, List, World of Warcraft
  62.  
  63. ~^XButton2::
  64. KeyWait 4
  65. IfWinActive, World of Warcraft
  66. {
  67. ControlSend,, 4, ahk_id %wowid2%
  68. Return
  69. }
  70.  
  71. WinGet, wowid, List, World of Warcraft
  72.  
  73. ~^Q::
  74. KeyWait Q
  75. IfWinActive, World of Warcraft
  76. {
  77. ControlSend,, Q, ahk_id %wowid2%
  78. Return
  79. }
  80.  
  81. WinGet, wowid, List, World of Warcraft
  82.  
  83. ~^E::
  84. KeyWait E
  85. IfWinActive, World of Warcraft
  86. {
  87. ControlSend,, E, ahk_id %wowid2%
  88. Return
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement