2 users responded in this post

Subscribe to this post comment rss or trackback url
User Gravatar
Bruce Tjosvold said in December 16th, 2008 at 11:46 am

Hello,

I am attempting to create a command that will issue a paste, backspace 6, and move down 1, 1-10 times. The following two commands are my failed attempts. Is it possible to do this with Vocola?

Junk repeat 1..10 = Repeat($1, {Ctrl+v}{Back 6}{down 1}); doesn’t work

Junk repeat 1..10 = Repeat($1, SendSystemKeys( {alt+d} {Ctrl+v}{enter})); doesn’t work

Thanks
Bruce

User Gravatar
Wes said in December 17th, 2008 at 8:29 am

Here is a working version
Junk repeat 1..10 = Repeat($1,{Ctrl+v}{backspace_6}{down_1});

Instead of “back 6″ I changed it to backspace_6. same with the down command. You need to use the underscores between the word and number.

Hope that helps.

Leave A Reply

 Username (Required)

 Email Address (Remains Private)

 Website (Optional)