Sunday, September 25, 2022

Title & Class (autohotkey)

NumpadDot::Clipboard:=GTC()


GTC(){

WinGetTitle, vT, A

WinGetClass, vC, A

Return vT.="`n ahk_class " vC

}


Title and Class will be stored in clipboard when Numpaddot is pressed.


No comments:

Post a Comment

Play Video with FFPLAY using ahk

Video file path in SD.txt  #NoEnv #Warn #SingleInstance, Force #KeyHistory 10 #IfWinActive ahk_class CabinetWClass 7::I("!4") ;[vi...