SCRIPT {
if _arg1 = "up" then SendKeys "{Up}{Shift+Up " +_arg2+ "}"
if _arg1 = "down" then SendKeys "{Down}{Shift+Down " +_arg2+"}"
if _arg1 = "left" then SendKeys "{Left}{Shift+Left "+_arg2+ "}"
if _arg1 = "right" then SendKeys "{Right}{Shift+Right " +_arg2+ "}"
}