New question #685394 on Sikuli:
https://answers.launchpad.net/sikuli/+question/685394

I'm actually working on a citrix app, when i'm trying to use some keyboards 
inputs, it does not work.

Example :
type(Key.ENTER) #does not work
type("\n") #does not work

I also tryed this : but it does not work either
keyDown(Key.ENTER) 
wait(0.5)
keyUp(Key.ENTER)  

How can I fix it?

type("Some text") #Works

Note that all works in a local app (ie: notepad)
Thank you.

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to