View Single Post
  #2 (permalink)  
Old 07-31-2007, 09:58 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
This is difficult to do from the command line. I assume you are planning on creating a JFrame or some such window to capture events? With swing you can capture keyboard events and map them to what keys were pressed. You can do it by adding a keyboard listener.
Reply With Quote