stefangs Posted December 12, 2002 Posted December 12, 2002 on a mac, i have a script with an infinite loop. when i want to interrupt, i can press cmd-period. that works well in fm. but when i do the same in kiosk mode, cmd-period does not work. so i really am in an infinite loop now and i can't get out. is there a way to interrupt also in kiosk mode?
Vaughan Posted December 12, 2002 Posted December 12, 2002 Exit Loop If [status(CurrentModifierKeys) = X] where X equals the particular modifier key combination you want. Look in the Help info on the Status(CurrentModifierKeys) function to see what the options are.
stefangs Posted December 18, 2002 Author Posted December 18, 2002 bingo! i just did a 'If (Status (CurrentModifierKeys) > 0 and that did it. need to hold the keys for a while, but eventually the loop 'gives up'. thanks!!
Recommended Posts
This topic is 8010 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