← Back to team overview

sikuli-driver team mailing list archive

[Question #665698]: How to use type function to input combined keys of HOME and SHIFT ?

 

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

I want to select one line text in script by combined keys of HOME and SHIFT, but it dosen't work.
My script is :
type(Key.END)
wait(1)
type(Key.HOME, Key.SHIFT)
wait(1)
type('C', Key.CTRL)
wait(1)
print Env.getClipboard()

But from UI, the line text can't be selected. Is there any problem in my script? Thanks

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