sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #51012
Re: [Question #679226]: Keyboard frozen after script run --- need to press ctrl-alt-c
Question #679226 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679226
Chetan B posted a new comment:
I open 3 command prompts using
Robot robot = new Robot();
robot.keyPress(KeyEvent.VK_WINDOWS);
robot.keyPress(KeyEvent.VK_R);
robot.keyRelease(KeyEvent.VK_WINDOWS);
robot.keyRelease(KeyEvent.VK_R);
Thread.sleep(2000);
screen.type("C:\\Windows\\System32\\cmd.exe");
robot.keyPress(KeyEvent.VK_ENTER);
do some operations and then open notepad and save some data and close
all command prompt and notepad.
This is the complete process i do.
After the code execution is done ,when i type anything in my keyboard,none of the keys will work.
After press CTRL+ALT+C combination keyboard beomes normal.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.