← Back to team overview

sikuli-driver team mailing list archive

[Question #274250]: How to use type with special combination keys like ALT+TAB

 

New question #274250 on Sikuli:
https://answers.launchpad.net/sikuli/+question/274250

I started one application and I need acess another application with special combination keys like ALT+TAB. 

I write the following code, but nothing happened:

DesktopKeyboard keyboard = new DesktopKeyboard();
keyboard.type("\ue022"+"\t");

I try to use key constants, but it does not work.

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