Advertisement
serwitcher

Untitled

Sep 20th, 2019
1,382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.54 KB | None | 0 0
  1. <if MouseIsOverWindow wow0>
  2.     <SendLabel w0,w1,w2,w3,w4>
  3.     <Key shift f8>
  4.     <Key ctrl f8>
  5.     <Key NumpadEnd>
  6. <if MouseIsOverWindow wow1>
  7.     <SendLabel w0,w1,w2,w3,w4>
  8.     <Key shift f9>
  9.     <Key ctrl f9>
  10.     <Key NumpadDown>
  11. <if MouseIsOverWindow wow2>
  12.     <SendLabel w0,w1,w2,w3,w4>
  13.     <Key shift f10>
  14.     <Key ctrl f10>
  15.     <Key NumpadPgDn>
  16. <if MouseIsOverWindow wow3>
  17.     <SendLabel w0,w1,w2,w3,w4>
  18.     <Key shift f11>
  19.     <Key ctrl f11>
  20.     <Key NumpadLeft>
  21. <if MouseIsOverWindow wow4>
  22.     <SendLabel w0,w1,w2,w3,w4>
  23.     <Key shift f12>
  24.     <Key ctrl f12>
  25.     <Key Clear>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement