11-27-2017, 05:02 PM
Is there a simple/easy way to do a key combination with the 'Key(#X) method?
Sometimes i need to use 'F2Y a few thousand times and waiting 10 times as long is a real drag.
When using this, I get about 10 reps per second
but something like this gives 100+ reps per second.
This will key F2 once, then key Y 100 times.
I have tried a few other things with no real simple solution.
Creating a string, concatenating it with the number of reps, then executing, works but is less elegant than i would like.
Thanks for the input.
Sometimes i need to use 'F2Y a few thousand times and waiting 10 times as long is a real drag.
When using this, I get about 10 reps per second
but something like this gives 100+ reps per second.
This will key F2 once, then key Y 100 times.
I have tried a few other things with no real simple solution.
Creating a string, concatenating it with the number of reps, then executing, works but is less elegant than i would like.
Thanks for the input.