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

hi

I want to select a list of items from a given list 
e.g A,B,C,D
I wanted to select it using Shift and down buttons.

I have tried like this:

1. click(A)
      while not exists(img):
      type(Key.SHIFT+Key.DOWN)

2. click(A)
     type(Key.SHIFT)
     type(Key.DOWN)
     type(Key.DOWN)
     type(Key.DOWN)

In both the codes ,it is unable to identify the shift key.
Please suggest something




-- 
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