SCRIPT { key$ = "Alt+" if _arg1 = "Select" then key$ = "Shift+" + key$ if _arg2 = "10" then _arg2 = "0" Sendkeys "{" + key$ + _arg2 + "}" }