What is the keyCode for PrntScrn key? The Snapshot key isn’t detected during a keydown event. So is there a way to know that I pressed the snapshot key?
We know that pressing the prntscrn button takes the snapshot of the desktop and puts it in the clipboard. But it would be nice if fires a keyboard event as well.
What exactly is Keyboard.STRING_PRINTSCREEN? And why is it OS X only?
[SIZE=“1”][COLOR=“Silver”]Similar is the case with other GUI toolkits like GTK+. I tried with PyGtk and same result. Not detected. But using pyHook its possible to hook into and get the event. But its not the Gtk’s event management. Same case with AIR, I think.[/COLOR][/SIZE]
[edit]
http://thetutorials.wordpress.com/2009/04/09/as3-the-keycodes/ article says its 44 for flash but its not fired.
Thanks.