SCRIPT { SendKeys "{alt+f}i{alt+i}" if _arg1 = "Low Priority" then SendKeys "l" if _arg1 = "Normal Priority" then SendKeys "n" if _arg1 = "High Priority" then SendKeys "h" SendKeys "{enter}" }