Re: [Sikuli-driver] [Question #365183]: Copying text to clipboard in linux using sikuli

2016-08-26 Thread RaiMan
Question #365183 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/365183

Status: Open => Answered

RaiMan proposed the following answer:
if mouse-middle in your application is the equivalent to ctrl-c, then
just simulate a mouse middle click (as you said) and then use
Env.getClipBoard() to get the clipboard content.

-- 
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 #365183]: Copying text to clipboard in linux using sikuli

2016-08-25 Thread jason
Question #365183 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/365183

Description changed to:
Is there anyway to copy texts to clipboard in Linux using sikuli? Since
type("c", KeyModifier.CTRL) is the way to copy text. However the
application that I had in Linux won't allow CTRL+C for copying.  In
order to copy I will have to press the middle button on a mouse, which I
would assume something like mouseDown(Button.MIDDLE) and
mouseUp(Button.MIDDLE). Is there anyways to get it copy into clipboard
without CTRL+C.

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


Re: [Sikuli-driver] [Question #365183]: Copying text to clipboard in linux using sikuli

2016-08-25 Thread jason
Question #365183 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/365183

Summary changed to:
Copying text to clipboard in linux using sikuli

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