Direkt karıştırıcının açılmasını istiyorum.




Kod: Tümünü seç
#SingleInstance force
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
GotFocus := false
~LButton Up::
Sleep 250
If (WinActive("ahk_exe SndVol.exe") )
{
Send,!x
GotFocus := true
Settimer, CheckFocus
}
return
CheckFocus:
If (WinActive("ahk_exe SndVol.exe") )
return
SetTimer,,Off
; If GotFocus is false window is likely not open anyway
if (GotFocus)
{
WinClose, ahk_exe SndVol.exe
GotFocus := false
}
return







o kodu uzantısı ahk olacak şekilde kayıt et snd.ahk meselavelociraptor yazdı: 13 Tem 2021, 12:16 Şimdi bu kodlar ne olacak diyenler aşağıdaki başlığa gözatsınlar
https://www.sordum.net/43883/autohotkey ... getirelim/
