¡@

Home 

java Programming Glossary: keyevent.vk_semicolon

How can I perfectly simulate KeyEvents?

http://stackoverflow.com/questions/14572270/how-can-i-perfectly-simulate-keyevents

ks.release KeyEvent.VK_SHIFT ' 0' break case ' ' ks.type KeyEvent.VK_SEMICOLON character break case ' ' ks.type KeyEvent.VK_COLON character..

How can I make Robot type a `:`?

http://stackoverflow.com/questions/5736129/how-can-i-make-robot-type-a

tried with robot.keyPress KeyEvent.VK_SHIFT robot.keyPress KeyEvent.VK_SEMICOLON robot.keyRelease KeyEvent.VK_SEMICOLON robot.keyRelease KeyEvent.VK_SHIFT.. robot.keyPress KeyEvent.VK_SEMICOLON robot.keyRelease KeyEvent.VK_SEMICOLON robot.keyRelease KeyEvent.VK_SHIFT How can I solve this problem.. this code robot.keyPress KeyEvent.VK_SHIFT robot.keyPress KeyEvent.VK_SEMICOLON robot.keyRelease KeyEvent.VK_SEMICOLON robot.keyRelease KeyEvent.VK_SHIFT..