Re: A shift-key problem

1998-06-29 Thread pepr
On Sun, 28 Jun 1998, Darius Bacon wrote: > In awt's KeyEvents the shift key is not being recognized -- > event.isShiftDown() is false when it should be true. This is with > Swing 1.0.2 and JDK 1.1.6 v2 for libc5, under RedHat release 4.1 with > kernel 2.0.27. > > Has anyone else seen this, or

Re: A shift-key problem

1998-06-28 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, Darius Bacon writes: In awt's KeyEvents the shift key is not being recognized -- event.isShiftDown() is false when it should be true. This is with Swing 1.0.2 and JDK 1.1.6 v2 for libc5, under RedHat release 4.1 with kernel 2.0.27. Darius, A

A shift-key problem

1998-06-28 Thread Darius Bacon
In awt's KeyEvents the shift key is not being recognized -- event.isShiftDown() is false when it should be true. This is with Swing 1.0.2 and JDK 1.1.6 v2 for libc5, under RedHat release 4.1 with kernel 2.0.27. Has anyone else seen this, or have any clues? Thanks, Darius