Comment 0 for bug 1757365

Revision history for this message
RaiMan (raimund-hocke) wrote : [1.1.x] Windows 7: Env.isLockOn(Key.NUM_LOCK) does not work

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