← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #188315]: Multi Keystroke Wont Take

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
look: http://sikuli.org/docx/keys.html

type("1", KeyModifier.CTRL + KEYModifier.SHIFT)

careful with keyDown(): accepts only one key per call and needs at least
a keyUp() to release all pressed keys again.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.