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

  1. holding alt
  2. typing ascii code character on numberpad
  3. releasing alt

you robot special characters. not sure if solves problem.

eg: hold alt, type 1234 on numberpad, release alt types Ӓ


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -