Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Key combination with Key(#X)?
#2
This is the fastest, faster than key a(#100), but can be unreliable (too fast):

spe; opt keysync 1
rep(100) key a

Slower and more reliable:

spe
rep(100) key a

If still too fast, use this:

spe 1 ;;if too fast, try 2...
rep(100) key a

Then restore the speed if need:
spe 100


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)