sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42585
Re: [Question #634375]: Sikuli via Parallels and capitals / modifier Keys
Question #634375 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/634375
Bas posted a new comment:
And not sure if this is supposed to work, but
KeyDown(Key.ALT) # must be down during the sequence
type(Key.ADD) # to switch to this input method (numpad plus)
type(Key.NUM0 + Key.NUM8 + Key.NUM4) # uppercase t
KeyUp() # release alt key
gives error:
[error] script [ asdfadsfas ] stopped with error in line
[error] NameError ( name 'KeyDown' is not defined )
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.