idle() loops & command-keys
idle() loops & command-keys
- Subject: idle() loops & command-keys
- From: vectormation <email@hidden>
- Date: Thu, 11 Oct 2001 21:16:34 -0400
I'd like to make my currently menu driven script (choose from list) -
just a tad more friendly by allowing it to bring up the menu dialog from
a key combo (command-N for example)
It seems like I'd save it as stay open and have an idle loop look for the
key event...
is there any way to do this? or any approach that is roughly equivalent?
I've got some script objects in memory that I want to be persistent, but
I need to allow the user to switch off to other apps as well - hence the
request.
~Phi