Using Ctrl+Shift+T in iMacros (Addmefast)

SrOtm

Newbie
Joined
Jan 13, 2015
Messages
4
Reaction score
0
Hi,

How can I use CTRL + Shift + T commands in Imacros for addmefast?

Example code Instagram:

URL GOTO=* addmefast free_points /instagram
TAG POS=1 TYPE=DIV ATTR=TXT:Follow
TAB T=2
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Follow
WAIT SECONDS=2
TAB T=1
TAB CLOSEALLOTHERS
WAIT SECONDS=3
TAB T=1
DS CMD=KEY X=0 Y=0 CONTENT={CTRL}{SHIFT}{T}
TAG POS=1 TYPE=SPAN ATTR=TXT:Unfollow
TAB CLOSEALLOTHERS
TAB T=1





I found this code but does not work from "DS CMD ..."

Can anyone help me please?

Thanks
 
Back
Top