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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to