Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using QM In Bluestacks
#4
Import and use this function instead of paste.


Function Paste
Code:
Copy      Help
;/
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
Code:
Copy      Help
int w1=act(win("BlueStacks" "HwndWrapper[BlueStacks.exe;*"))
Paste "test"


Messages In This Thread
Using QM In Bluestacks - by Leeroll - 06-04-2018, 11:22 AM
RE: Using QM In Bluestacks - by Gintaras - 06-04-2018, 01:25 PM
RE: Using QM In Bluestacks - by Leeroll - 06-04-2018, 01:44 PM
RE: Using QM In Bluestacks - by Gintaras - 06-04-2018, 02:34 PM
RE: Using QM In Bluestacks - by Leeroll - 06-05-2018, 04:14 AM
RE: Using QM In Bluestacks - by Leeroll - 06-05-2018, 05:20 AM
RE: Using QM In Bluestacks - by Gintaras - 06-05-2018, 05:50 AM
RE: Using QM In Bluestacks - by Gintaras - 06-05-2018, 06:29 AM
RE: Using QM In Bluestacks - by Leeroll - 06-05-2018, 10:11 AM

Forum Jump:


Users browsing this thread: 4 Guest(s)