tc群友提出想在mpv中打开按键图来看,顺手就写了这个示例
使用imag库代码示例如下,作为抛砖引玉,实际上可以自己给所有的软件都加上这样的帮助
if !(A_IsAdmin || InStr(DllCall("GetCommandLine", "str"), ".exe"" /r"))
Run % "*RunAs " (s:=A_IsCompiled ? "" : A_AhkPath " /r ") """" A_ScriptFullPath """" (s ? "" : " /r")
#Include,Imageput.ahk
; #IfWinActive,ahk_class mpv
F1::
ImagePutWindow({image: "mpv.png", scale: 0.5})
WinSet,Transparent,150,ahk_class ImagePut
Return
THANKS