Does anybody have any tips for capturing a slider drag with SHIFT keyboard 
event?

MouseEvents have the handy shiftkey property for capturing events with SHIFT 
key depressed. However, <s:HSlider/> doesn't seem to launch any helpful mouse 
events (e.g. mouseUp) and the events it does launch (e.g. change) don't have 
the event.shiftkey property.

I could capture the shift key state in my own boolean flag somewhere by using 
keyUp and keyDown handlers on the slider or parent containers, but then the 
issue of component focus gets in the way and it doesn't behave smoothly.

There's probably a really easy answer to this that -- like so many before -- 
eludes my slow thinking. Thanks for any suggestions!

- Daniel McQ

Reply via email to