Solved Hold Shift key And left mouse click

Status
Not open for further replies.

Devendhar

New Member
I have to hold the shift key and while holding the key I have to left click on Mouse on the selected items and keep on move for next record.
I have tried pressing the shift key with global send keys and then in the same navigate stage sending a left mouse click.
Is there a way to press both keys simultaneously and select all records?
 

Attachments

  • Capture.PNG
    Capture.PNG
    4 KB · Views: 252

RDawson9

Geek
Staff member
Hi Devendhar

You'll need to do the following:

1) Send a mouse click to the first record
2) Hold down shift using Global Send Key Events and the syntax "<{SHIFT}"
3) Send a mouse click to the bottom record
4) Release shift using Global Send Key Events and the syntax ">{SHIFT}"

Alternatively, could you send a click to the first record and then send CTRL + A to select all?
 
Status
Not open for further replies.
Top