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

2018-08-16 Thread RaiMan
Question #665698 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665698

Status: Open => Answered

RaiMan proposed the following answer:
Sorry, I missed that.

I do not have a Win 7 available currently.

I tested on Win 10-64 and it works as it should.

I used the latest 1.1.3 nightly.

-- 
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


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

2018-08-15 Thread Stranger
Question #665698 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665698

Stranger posted a new comment:
Any update about this issue?

-- 
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


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

2018-08-15 Thread Stranger
Question #665698 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665698

Stranger gave more information on the question:
Any update about this issue?

-- 
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


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

2018-05-10 Thread Stranger
Question #665698 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665698

Status: Answered => Open

Stranger is still having a problem:
Hello, have you confirmed it is one issue?

-- 
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


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

2018-03-21 Thread RaiMan
Question #665698 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665698

Linked to bug: #1757365
https://bugs.launchpad.net/bugs/1757365
"[1.1.x] Windows 7: Env.isLockOn(Key.NUM_LOCK) does not work"

-- 
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


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

2018-03-21 Thread RaiMan
Question #665698 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665698

Status: Open => Answered

RaiMan proposed the following answer:
ok, thank you.
I have to check the situation on Windows 7.

-- 
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


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

2018-03-20 Thread Stranger
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


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

2018-03-20 Thread RaiMan
Question #665698 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665698

RaiMan posted a new comment:
please paste you snippet.
What Windows, Java?

-- 
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


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

2018-03-20 Thread Stranger
Question #665698 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665698

Stranger posted a new comment:
My SikuliX version is V1.1.1

-- 
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


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

2018-03-20 Thread Stranger
Question #665698 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665698

Status: Answered => Solved

Stranger confirmed that the question is solved:
But if I run fucntion Env.isLockOn(Key.NUM_LOCK), SikuliX will be exited
from process automatically. Why?

-- 
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


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

2018-03-16 Thread masuo
Question #665698 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665698

Status: Open => Answered

masuo proposed the following answer:
There is a similar question.
https://answers.launchpad.net/sikuli/+question/285144

-- 
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


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

2018-03-15 Thread Stranger
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.

___
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