{ Validate = "validates ok"; theMenu = ( QuickTime, ( Activate, 2, "tell application \"QuickTime Player\"\n\tactivate\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( Play, 2, "tell application \"QuickTime Player\"\n\tset currentmovie to movie 1\n\tplay currentmovie\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( Pause, 2, "tell application \"QuickTime Player\"\n\tset currentmovie to movie 1\n\tstop currentmovie\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( Fullscreen, 2, "tell application \"QuickTime Player\"\n\tset currentmovie to movie 1\n\tpresent currentmovie scale screen\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ("Exit Fullscreen", 1, activate, 2, (1, 1, 1, 1, 51), 1, (1, 1, 1, 1, 10)), ("Volume Up", 2, "specialaction:01", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10)), ( "Volume Down", 2, "specialaction:02", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( Rewind, 2, "tell application \"QuickTime Player\"\n\tset currentmovie to movie 1\n\trewind currentmovie\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( "Close movie", 2, "tell application \"QuickTime Player\"\n\tset currentmovie to movie 1\n\tclose currentmovie\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( Quit, 2, "tell application \"QuickTime Player\"\n\tquit\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), 2, 1, 1 ); }