i want that when a certain keyboard is pressed some of the components
event will fire.
i want do to this in keyDown.
for example, here when the user clicks control+z i want to fire the
buttons click event. (remap ctrl+z to be a click)
<mx:Button keyDown="if(event.crtlKey==true && event.code==90)click;"
label="press here" />
HOW?
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

