Annunaki Report post Posted July 15, 2019 Hi again so here is another niggle i have and that is trying to send a CTRL and LeftClick to the client. Procedure Slot1 EVERY 5 sec if $tboxcheck = 1 SetActiveWindow Supreme Destiny LoadRGB 698, 377 // Check tBox in slot 1. SetConst Red = {RGBRed} SetConst Green = {RGBGreen} SetConst Blue = {RGBBlue} if {RGBRed} = $itemR and {RGBGreen} = $itemG and {RGBBlue} = $itemB ^ + LeftClick // Press and hold ctrl and click the left mouse button. Else mousepos 698, 377 // Delete Item if not a tBox. delay 100 LeftClick mousepos 911, 544 delay 100 LeftClick mousepos 444, 491 delay 100 LeftClick End End End As you can see in the snippet of the script I am trying to use: ^ + LeftClick // Press and hold ctrl and click the left mouse button. But this is producing very strange results. Thanks again for any further help. Quote Share this post Link to post Share on other sites
Ego Report post Posted July 15, 2019 ^LeftClick. remove the + sign Edit : I have it wrong, thanks to The WABBIT it is Leftclick^ no + sign. Weird, yea, you think the ctrl or shift key would be first. Quote Share this post Link to post Share on other sites
The WABBIT Report post Posted July 16, 2019 Ego, are you sure that it is ^LeftClick? If I remember correctly it should be LeftClick ctrl. I'll have to look for the original post about it to make sure. EDIT: Okay, I found the original post for this. you can find it here http://www.ac-tool.com/forums/index.php?/topic/16312-shiftcontrol-characters-not-working/&do=findComment&comment=81882 Quote Share this post Link to post Share on other sites
Annunaki Report post Posted July 16, 2019 Thanks but this is not working. To keep the forum fluent I've posted in the thread linked above. Quote Share this post Link to post Share on other sites