Import and use this function instead of paste.
Function Paste
example
Macro Macro5
Function Paste
;/
function ~text
;Pastes text.
;In most programs uses this code: paste text
;In BlueStacks uses this code: text.setclip; key Cv
opt noerrorshere 1
spe -1
str s.getwinexe(win); err
sel s 1
,case "BlueStacks"
,text.setclip
,0.3
,key Cv
,
,case else
,paste text
example
Macro Macro5