Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. settitlematchmode, 2
  2.  
  3. #ifwinactive, Sublime Text
  4. `::
  5. winmaximize, VLC
  6. winactivate, VLC
  7. send, {space}
  8. return
  9.  
  10. esc::
  11. WinActivate, VLC
  12. return
  13.  
  14. ; Hotstrings
  15.  
  16. ::hero::Hero
  17. ::utg::UTG
  18. ::mp::MP
  19. ::co::CO
  20. ::btn::BTN
  21. ::sb::SB
  22. ::bb::BB
  23.  
  24. ; hearts
  25. ::ah::A!{numpad3}
  26. return
  27.  
  28. ::kh::K!{numpad3}
  29. return
  30.  
  31. ::qh::Q!{numpad3}
  32. return
  33.  
  34. ::jh::J!{numpad3}
  35. return
  36.  
  37. ::th::T!{numpad3}
  38. return
  39.  
  40. ::9h::9!{numpad3}
  41. return
  42.  
  43. ::8h::8!{numpad3}
  44. return
  45.  
  46. ::7h::7!{numpad3}
  47. return
  48.  
  49. ::6h::6!{numpad3}
  50. return
  51.  
  52. ::5h::5!{numpad3}
  53. return
  54.  
  55. ::4h::4!{numpad3}
  56. return
  57.  
  58. ::3h::3!{numpad3}
  59. return
  60.  
  61. ::2h::2!{numpad3}
  62. return
  63.  
  64. ;Diamonds
  65. ::ad::A!{numpad4}
  66. return
  67.  
  68. ::kd::K!{numpad4}
  69. return
  70.  
  71. ::qd::Q!{numpad4}
  72. return
  73.  
  74. ::jd::J!{numpad4}
  75. return
  76.  
  77. ::td::T!{numpad4}
  78. return
  79.  
  80. ::9d::9!{numpad4}
  81. return
  82.  
  83. ::8d::8!{numpad4}
  84. return
  85.  
  86. ::7d::7!{numpad4}
  87. return
  88.  
  89. ::6d::6!{numpad4}
  90. return
  91.  
  92. ::5d::5!{numpad4}
  93. return
  94.  
  95. ::4d::4!{numpad4}
  96. return
  97.  
  98. ::3d::3!{numpad4}
  99. return
  100.  
  101. ::2d::2!{numpad4}
  102. return
  103.  
  104. ; Clubs
  105. ::ac::A!{numpad5}
  106. return
  107.  
  108. ::kc::K!{numpad5}
  109. return
  110.  
  111. ::qc::Q!{numpad5}
  112. return
  113.  
  114. ::jc::J!{numpad5}
  115. return
  116.  
  117. ::tc::T!{numpad5}
  118. return
  119.  
  120. ::9c::9!{numpad5}
  121. return
  122.  
  123. ::8c::8!{numpad5}
  124. return
  125.  
  126. ::7c::7!{numpad5}
  127. return
  128.  
  129. ::6c::6!{numpad5}
  130. return
  131.  
  132. ::5c::5!{numpad5}
  133. return
  134.  
  135. ::4c::4!{numpad5}
  136. return
  137.  
  138. ::3c::3!{numpad5}
  139. return
  140.  
  141. ::2c::2!{numpad5}
  142. return
  143.  
  144. ; Spades
  145. ::as::A!{numpad6}
  146. return
  147.  
  148. ::ks::K!{numpad6}
  149. return
  150.  
  151. ::qs::Q!{numpad6}
  152. return
  153.  
  154. ::js::J!{numpad6}
  155. return
  156.  
  157. ::ts::T!{numpad6}
  158. return
  159.  
  160. ::9s::9!{numpad6}
  161. return
  162.  
  163. ::8s::8!{numpad6}
  164. return
  165.  
  166. ::7s::7!{numpad6}
  167. return
  168.  
  169. ::6s::6!{numpad6}
  170. return
  171.  
  172. ::5s::5!{numpad6}
  173. return
  174.  
  175. ::4s::4!{numpad6}
  176. return
  177.  
  178. ::3s::3!{numpad6}
  179. return
  180.  
  181. ::2s::2!{numpad6}
  182. return
  183.  
  184.  
  185. #ifwinactive, VLC
  186. `::
  187. send, {space}
  188. ;winminimize, VLC
  189. winmaximize, Sublime Text
  190. winactivate, Sublime Text
  191. return
  192.  
  193. left::
  194. send, !{left}
  195. return
  196.  
  197. right::
  198. send, !{right}
  199. return
  200.  
  201. up::
  202. send, {] 2}
  203. return
  204.  
  205. down::
  206. send,{[ 2}
  207. return
  208.  
  209. Numpad0::
  210. send,{space}
  211. return
  212.  
  213. esc::
  214. WinActivate, Sublime Text
  215. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement