← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #634375]: Sikuli via Parallels and capitals / modifier Keys

 

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

    Status: Answered => Open

Bas is still having a problem:
keyDown(Key.ALT + Key.NUM8 + Key.NUM4)
keyUp(Key.ALT + Key.NUM8 + Key.NUM4)

returns "84"in the windows app.

Trying (more like you hit the buttons on the keyboard)
keyDown(Key.ALT)
type("84")
keyUp(Key.ALT)
returns 84 as well.
 
Any more suggestions?

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