AutoHotkey Community

It is currently May 23rd, 2012, 11:48 pm

All times are UTC [ DST ]


Search found 6 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Google translate in tooltip [Still Works]

Posted: January 23rd, 2012, 8:51 am 

Replies: 59
Views: 14569


Posted update

 Forum: Scripts   Topic: Google translate in tooltip [Still Works]

Posted: April 29th, 2010, 1:30 pm 

Replies: 59
Views: 14569


Some improvement. 1. If clipboard text is in language we want to translate to function translates text to anti language. For example: Translate("ru","en") - translates to russian, but if text already was in russian translates it to english. 2. Prefix shows translation direction &...

 Forum: Scripts   Topic: Google translate in tooltip [Still Works]

Posted: April 29th, 2010, 1:16 pm 

Replies: 59
Views: 14569


Gauss It doesn't retrieve translation if selected text is alittle too long, while the same size can be translated fine if done manually on Google. Text length is restricted by URL length. Full URL length must be less than about 2000 symbols. I made some tests, maximum length of text was about 1430 ...

 Forum: Scripts   Topic: Google translate in tooltip [Still Works]

Posted: January 18th, 2010, 11:35 am 

Replies: 59
Views: 14569


Changed function Translate() to autodetect source language. Detected language code prefixes the translation. Translate(to) { if clipboard = return Transform, unicodeClipboard, Unicode url := "http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=" . uriEncode...

 Forum: Scripts   Topic: control applications with TV-tuner's remote control

Posted: December 11th, 2009, 3:20 pm 

Replies: 23
Views: 12757


aver remote from USB 2.0 Plus device to control avertv.exe and media classic player. Shutdown computer when AUTOSCAN pressed for about 3 seconds. ; AverRemote for USB2.0 Plus remote #NoEnv #Persistent SetBatchLines -1 DetectHiddenWindows, on aver_path = %A_ProgramFiles%\AverTV USB 2.0 Plus\ DllCall&...

 Forum: Scripts   Topic: Google translate in tooltip [Still Works]

Posted: December 11th, 2009, 3:03 pm 

Replies: 59
Views: 14569


Some replacement for Abbyy Lingvo / Stardict. Activated by double press Ctrl+C. First press copies text to clipboard, next translate it. Translated text appears in tooltip. Old code no longer works. This is a new one. Requeres Unicode version of AutoHotkey. ;-----------------------------------------...
Sort by:  
Page 1 of 1 [ Search found 6 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group