← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #224844]: Selecting a single line in text editor, number lock

 

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

    Status: Open => Solved

Michael confirmed that the question is solved:
I used this code instead which holds down shift then clicks at the
beginning of the line to select it. Works with number lock on or off


keyDown(Key.SHIFT)
click(--screenshot of desired click location--)
keyUp(Key.SHIFT)

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