  | |  | unable to detect DELETEKEY on Macintosh | unable to detect DELETEKEY on Macintosh 2004-03-12 - By John Robinson
Back Hey - I didn't see any reply to this, maybe I missed it..
You should be able to use Key.BACKSPACE to find the Delete key on your mac. Also, when testing in the IDE, you might not get all the keys to fire the event unless you turn off the keyboard shortcuts.
John
On Wednesday, March 10, 2004, at 11:16 AM, Ingo Weiss wrote:
> Hi, > > I am having trouble detecting whether the "delete" key is pressed on my > Macintosh. With > > > public function onKeyDown(){ > trace ("key down"); > if (Key.isDown(Key.DELETEKEY)){ > trace ("delete key down"); > } > } > > > I don't even get a "key down" when pressing the delete key (I get it > with other > keys). What's going on? Is that a Mac limitation? If yes is there a > workaround? > > Thanks! > Ingo > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > Supported by Fig Leaf Software > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > Be sure to check the archives and the wiki: > http://chattyfig.figleaf.com/ > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:106529 > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > To unsubscribe send a blank e-mail to: > Normal Mode: flashcoders-unsubscribe@(protected) > Digest Mode: flashcoders-digest-unsubscrive@(protected) > >
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:106717 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |