You can implement this with the commands
SetCursor (x,y)
Enter "/2"
in an InputScript, where (x,y) are the cursor coordinates on which you want
to click. For example
SetCursor (1,8)
would select line 8.
It is also possible to scroll thought the list automatically if
necessary.
|