Shift + Click

Hi - just wondered if there is a way to get eggPlant script to ‘shift click’ so that I can select lots 'o things in a list at once, thanks!

Dave

Hi Dave!

Code like the below should do the trick:

KeyDown ShiftKey

Click “image1”
Click “image2”
Click “image3”

KeyUp ShiftKey

All best,
Nick

Just what I needed, thanks for the answer Nick (and the quick answer, you have new nickname, “Nick the Quick” :slight_smile: appreciate your help!