George Posted March 12, 2001 Posted March 12, 2001 What is the key commands to pause or interupt a startup script /opener script? Or should you just delete the file and start again and insert a pause statement? Thank you.
LiveOak Posted March 12, 2001 Posted March 12, 2001 The best trick is to include a test in your startup script for Status(CurrentMofifierKey). This is used to check is some modifier key (option, shift, control, command) is held down and exit the script. The following is reprinted from the FM 5 help system. Format Status (CurrentModifierKeys) Parameters None Data type returned number Description A number representing the keyboard modifier keys (for example, Shift) are being pressed by the user. The number is calculated by summing numbers representing each modifier key being pressed. The value assigned to the keys is: Modifier key Value Shift 1 Caps Lock 2 Control (Mac OS) Ctrl (Windows) 4 Option (Mac OS) Alt (Windows) 8 Command (Mac OS) 16 Example The user is pressing Shift+Alt on a computer running Windows. Status
Recommended Posts
This topic is 8910 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now