win+v 自动搜索高亮文字
; 2020年4月1日
; 仅支持goldendict-19E6版
#v::
send, {ctrl down}c{ctrl up}
ifWinExist ahk_class Qt5QWindowIcon
winactivate
else
run D:\GD\goldendict-19E6.exe
Sleep 100
Send {Esc}
Sleep 100
Send ^v
Sleep 100
send {Enter}
Return
^Esc::
ifWinExist ahk_class Qt5QWindowIcon
WinClose
Return
原文:https://www.cnblogs.com/tanyixinlu/p/12610232.html