← Back to team overview

sikuli-driver team mailing list archive

[Question #151084]: How to code Shift + Down Arrow (XP)

 

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

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

Could someone be kind enough 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.