Is there a way to control the keyboard in java without awt.robot -
is there way control keyboard in java without using awt.robot? unfortunatly robot class cannot press every key on azerty layout.
and need 1 of them.
the solution seems code equivalent of robot in c use java call it.
thanks.
did know can type ascii character
- holding alt
- typing ascii code character on numberpad
- releasing alt
you robot special characters. not sure if solves problem.
eg: hold alt, type 1234 on numberpad, release alt
types Ӓ
Comments
Post a Comment