Guest User

Grid healing

a guest
Dec 4th, 2017
1,159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. //-----------------------------------------------------------
  2. // BROADCAST MOUSE CLICKS.
  3. //-----------------------------------------------------------
  4. // position and size is based on grid location and size. 661 = X position of left side of grid, 585 = Y position of top of grid, 258 = width, 30 = height.
  5. // 30 = 1 row | 61 = 2 rows | 92 = 3 rows | 123 = 4 rows | 154 = 5 rows | 185 = 6 rows| 216 = 7 rows | 247 = 8 rows
  6. <Hotkey ScrollLockOn LButton>
  7. <PassThrough>
  8. <If MouseIsOverWindowRect Leader 661 585 258 30>
  9. <SendLabel w0>
  10. <ClickMouse %Trigger%>
  11. <SendLabel w1>
  12. <ClickMouse %Trigger%>
  13. <SendLabel w2>
  14. <ClickMouse %Trigger%>
  15. <SendLabel w3>
  16. <ClickMouse %Trigger%>
  17. <SendLabel w4>
  18. <ClickMouse %Trigger%>
Add Comment
Please, Sign In to add comment