Can't you just add your own KeyListener class to whatever JComponent
you want, then in its KeyPressed() method, use the KeyEvent.getKeyCode() and
KeyEvent.getModifiers() to verify wether its the right key combination or not?
ravi prakash <[EMAIL PROTECTED]> on 06/12/2001 11:03:25 AM
Sent by: ravi prakash <[EMAIL PROTECTED]>
To: swing <swing @eos.dk>
cc: [EMAIL PROTECTED] (KC Eilander/MTN/US/3Com)
Subject: how to trap the Ctrl+Alt+a key events
Hi,
I am trying to capture events Ctrl+Alt+a, i had went through the forums
and i haven't found a solution for this, Could any help me in this with
sample code
Thanks in advance
raviprakash
_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing