← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #202624]: Please let me know how to press CTRL+SHIFT+END Keys together

 

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

    Status: Open => Answered

Benny proposed the following answer:
hallo
try this:

keyDown(KEY_CTRL)
keyDown(END)
keyDown(KEY_SHIFT)
   #do some thing
keyUp(KEY_CTRL)
keyUp(END)
keyUp(KEY_SHIFT)

let me know, if it works or not

greetings - benny

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