{ Validate = "validates ok"; theMenu = ( EyeTV, ( Play, 2, "tell application \"EyeTV\"\n\t\n\tplay\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( Pause, 2, "tell application \"EyeTV\"\n\nplaypause\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( Forward, 2, "tell application \"EyeTV\"\n\t\n\tfast forward\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( Backward, 2, "tell application \"EyeTV\"\n\t\n\tfast backward\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( "Full screen", 2, "tell application \"EyeTV\"\n\t\n\tenter full screen\nend tell\n", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( "exit full scree", 2, "tell application \"EyeTV\"\n\t\n\texit full screen\nend tell\n", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( record, 2, "tell application \"EyeTV\"\n\t\n\tstart recording\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( "+", 2, "tell application \"EyeTV\"\n\t\n\tchannel_up\nend tell\n", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( "-", 2, "tell application \"EyeTV\"\n\t\n\tchannel_down\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( "volume up", 2, "tell application \"EyeTV\"\n\t\n\tvolume_up\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( "volumle down", 2, "tell application \"EyeTV\"\n\t\n\tvolume_down\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), ( Mute, 2, "tell application \"EyeTV\"\n\t\n\tmute\nend tell", 1, (1, 1, 1, 1, 10), 1, (1, 1, 1, 1, 10) ), 2, 1, 1 ); }