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

HI,
I desperately read (but not understood all of them) many of relating posts . . .
I'm not a programmer and just want to send Shift + Down and Enter.

Could someone be kind enoug to write it as an example, so anyone reading this 
post later on could use your coding example as  a base to elaborate.

This is what I wrote :
if exists(Image):
        click(Image)
        type(Key.DOWN, KEY_SHIFT) #and I tried many, many more combinations, 
without success . . .
        type(Key.ENTER)

Thank's in advance for your help.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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