Hello,
I'm using keyboard events ('keydown' and 'keyup') to detect exactly when the user presses or releases the shift key.
In Safari 3+, this works fine. However, Safari 2.0 doesn't seem to fire keyboard events for the shift key—in fact, it doesn't seem to fire events for any of the modifier keys...
Does anyone know how I might deal with or work around this problem?
(In this particular case, I only need to work with Safari, as I'm using this code in a Dashboard widget.)
Thanks,
Steve