← Back to team overview

sikuli-driver team mailing list archive

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

 

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

    Status: Solved => Open

Stranger is still having a problem:
            if Env.isLockOn(Key.NUM_LOCK):
                nlZap=True
            else:
                nlZap=False
            if nlZap: 
                type(Key.NUM_LOCK)
            type(Key.HOME)
            wait(1)
            type(Key.END, Key.SHIFT)
            wait(1)
            type('C', Key.CTRL)
            eStr = Env.getClipboard()

This is my script. But when script run at first line, SikuliX will be exited automatically.
My OS is Win7,32bit, Java is Version 8 Update 121(build 1.8.0_121-b13)

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