Re: [Java-gnome-developer] Keyboard key value
Brought to you by:
afcowie
From: Adam J. <ajo...@re...> - 2005-10-25 13:42:13
|
Maxwell Hartono wrote: > Hi, > > Is there a list of keyboard key value in the API? > So that I can use it for comparing which key has been pressed. > Max, If you're using 2.8.0 or earlier you can use org.gnu.gdk.KeySymbol, although in HEAD this has been deprecated in favour of org.gnu.gdk.KeyValue Adam |