How to select a text using control key and dragDrop in Sikuli?

Asked by demo

I need to select a word using control key

Can I use dragDrop function with 3 parameters in sikuli????If Yes How??

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Roman Podolyan (podolyan-roman) said :
#1

Errrrrrr... why drag and drop?

I think you need:
http://doc.sikuli.org/region.html#low-level-mouse-and-keyboard-actions
Low-level Mouse and Keyboard Actions

And/or special keys:
http://doc.sikuli.org/keys.html

So you can emulate Control down, Mouse left button down, and then select a word using MouseMove, or send Shift down too and select a word using Ctrl+Shift+cursor keys

Can you help with this problem?

Provide an answer of your own, or ask demo for more information if necessary.

To post a message you must log in.