Hello,
Some of my Flash application components require to intercept Ctrl + F4 keyboard events. Unfortunately, the KeyboardEvent is not caught when running the app under IE since it is conflicting with the IE native shortcut (closing the active tab).
Is there a way (ideally relying on Flash principles) to intercept such keystrokes ?
Thanks
sf