Moises Augusto wrote: > Hi all, > > I have to catch a KeyEvent with two keys as CTRL + W or SHIFT + W. How do I? > > thanks > You'll get a single key event, with the modifiers() returning if the CTRL or the SHIFT (or another (combination of) modifyer(s)) was pressed. André