← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Ctrl+T, Ctrl+T , Ctrl+E

is it? 
Ctrl+t, Ctrl+t , Ctrl+e

if yes,
s.type("e", KeyModifier.CTRL);

because:
s.type("E", KeyModifier.CTRL);

is 
CTRL+SHIFT+e

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