← Back to team overview

sikuli-driver team mailing list archive

[Question #169454]: Simulating key events in eclipse

 

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

I'm moving my scripts from sikuli to eclipse. They were originally written in jython and now I have trouble simulating key events.

E.g:
(In Sikuli X)
type(Key.ENTER)
type(Key.F2)
type(Key.DOWN)

(In eclipse)
This is what I tried
s.type(null, "", KeyEvent.VK_ENTER);

The output that I get in the console is:
[log] Ctrl+Alt+TYPE ""

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.