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
   if keycode = 65288 then send mouseUp to button "Clear" -- Delete
end rawKeyUp

I'm not trying to trap for keystrokes in a field as there is no field only several buttons.

Is this a good general approach or is there a better way?

Bill Vlahos
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to