← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #679151]: using type("foo bar") does not type the text into remote desktop window

 

Question #679151 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679151

Jeremy J Swartwood posted a new comment:
This talks about rdp blocking it.

https://stackoverflow.com/questions/1138606/alternative-to-sendkeys-
when-running-over-remote-desktop

and another

https://social.msdn.microsoft.com/Forums/en-US/01d1c501-880a-
48c3-8b82-d3b08e974ff0/remote-desktop-connection-
sendkeys?forum=Vsexpressvb


I looked into how you are sending keys and it's through sendinput, which is one of the suggested ways.  So I'm confused why its not working.


from [API/src/main/java/org/sikuli/script/support/RobotDesktop.java]
User32.INSTANCE.SendInput(new WinDef.DWORD(1),
          (WinUser.INPUT[]) input.toArray(1), input.size());

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.