Trapping for Return, Enter, Escape, and Delete

2009-07-26 Thread Bill Vlahos
This works on my MacBook Pro but I don't know how general a solution it is for other Macs, Windows, or Linux. on rawKeyUp keyCode if keyCode = 65293 or keyCode = 65421 then send mouseUp to button Select -- Return or Enter if keyCode = 65307 then send mouseUp to button Cancel -- Escape

Re: Trapping for Return, Enter, Escape, and Delete

2009-07-26 Thread Sarah Reichelt
On Mon, Jul 27, 2009 at 10:36 AM, Bill Vlahosbvla...@mac.com wrote: This works on my MacBook Pro but I don't know how general a solution it is for other Macs, Windows, or Linux. on rawKeyUp keyCode   if keyCode = 65293 or keyCode = 65421 then send mouseUp to button Select -- Return or Enter