;選択した文字列をGoogle翻訳
;F10キーとF11キー
;2017/02/06作成、2017/10/17修正
F10::
Clipboard =
Send, ^c
ClipWait, 1
If ErrorLevel <> 0
return
Run, https://translate.google.co.jp/#ja/en/
Sleep, 3000
Send, ^v
return
F11::
Clipboard =
Send, ^c
ClipWait, 1
If ErrorLevel <> 0
return
Run, https://translate.google.co.jp/#en/ja/
Sleep, 3000
Send, ^v
return