Page 1 of 1

Edit "Send keystrokes to window" code

Posted: Mon Dec 23, 2013 3:20 am
by carroll
I am trying to edit the code. Two questions
1. How do I insert a comment in the code
2. How do I shorten the lines of code. The window is not very wide and the long lines of code going
to the right and beyond the right edge of the editing window are not viewable unless I scroll far to the right.
Is there a character that indicates the end of a line of code, so I can just start a new line of code.
Thanks Carroll

Re: Edit "Send keystrokes to window" code

Posted: Mon Dec 23, 2013 11:11 am
by Oleg
You can simply dismember the long key sequence to several parts in separate "Send Keystrokes" steps.
It doesn't matter how you send key-presses: in one action or in several steps sequentially.

To put comments use "Comment" action between sending of keystrokes

Re: Edit "Send keystrokes to window" code

Posted: Tue Dec 24, 2013 5:31 am
by carroll
Thanks for the help Oleg
Carroll