OkŁ¬Here is a translated gesture for browser. (Such as IE, Firefox and Chrome)
Translate the page with googleTranslate in a new tab.
http://translate.google.com/You can set your target language on this page.Then replace my target language.
acSendKeys("^l")
acDelay(50)
acSendKeys("^c")
acDelay(50)
local URL="http://translate.google.com/translate?sl=auto&tl=zh-CN&js=n&prev=_t&hl=zh-CN&ie=UTF-8&eotf=1&u="..acGetClipboardText()
acSetClipboardText(URL)
acDelay(50)
acSendKeys("^l")
acDelay(50)
acSendKeys("^v")
acDelay(50)
acSendKeys("{DELAY=50}%{ENTER}")