This works for me, but I have an Open command window here option, so I have to send 2 w keys..but I think you can make it work for you:acConsumePhysicalInput(1)
acDelay(50)
acSendKeys("+{F10}")
acDelay(100)
acSendKeys("ww{RIGHT}")
acDelay(100)
acSendKeys("t")
acConsumePhysicalInput(0)