AHK’da acemiyim ama birkaç tanesini bir tanesine yazabiliyorum. Bu: `
!+LButton::
SendInput {MButton down}{RButton down}
Loop
{
Sleep, 10
GetKeyState, state, LButton, P
if state = U
break
}
SendInput {MButton up}{RButton up}
return
Nedenini bilmiyorum ama bu senaryoyu MacrorRecorder veya diğer sürümlerde hata ayıkladığımda yazdı:
Keyboard : ShiftLeft : KeyDown
Keyboard : AltLeft : KeyDown
Mouse : 193 : 306 : LeftButtonDown : 0 : 0 : 0
Keyboard : ControlLeft : KeyDown
Keyboard : ControlLeft : KeyUp
Keyboard : ControlLeft : KeyDown
Keyboard : ControlLeft : KeyUp
Keyboard : AltLeft : KeyUp
Keyboard : ShiftLeft : KeyUp
Mouse : 193 : 306 : MiddleButtonDown : 0 : 0 : 0
Mouse : 193 : 306 : RightButtonDown : 0 : 0 : 0
Keyboard : ControlLeft : KeyDown
Keyboard : AltLeft : KeyDown
Keyboard : ControlLeft : KeyUp
Keyboard : ShiftLeft : KeyDown
Keyboard : ControlLeft : KeyDown
Keyboard : ControlLeft : KeyUp
Keyboard : AltLeft : KeyUp
Keyboard : ShiftLeft : KeyUp
Mouse : 236 : 336 : MiddleButtonUp : 0 : 0 : 0
Mouse : 236 : 336 : RightButtonUp : 0 : 0 : 0
Keyboard : AltLeft : KeyDown
Keyboard : AltLeft : KeyDown
DELAY : 38
Keyboard : AltLeft : KeyUp
Keyboard : ShiftLeft : KeyUp
CTRL göründüğü yerden ???? Hata nerede Teşekkür ederim!
#MenuMaskKey
olup olmadığını ve değiştirmenin sizin için bir etkisi olup olmayacağını merak edin