
Tal vez (ejecutar como Administrador):
Code: Select all
SetKeyDelay 10, 30
LButton::
SendInput {RButton Down}
while GetKeyState("RButton", "P")
{
SendInput {LButton}
}
SendInput {RButton Up}
return

Code: Select all
SetKeyDelay 10, 30
LButton::
SendInput {RButton Down}
while GetKeyState("RButton", "P")
{
SendInput {LButton}
}
SendInput {RButton Up}
return
Code: Select all
q::
sendinput {lbutton down}
sleep 3000
sendinput {lbutton up}
return
Code: Select all
q::
sendinput f
sleep 300
sendinput {space}
return
Code: Select all
SplitPath name,,, ext, name
name := StrReplace(name, ".", "·") . "." . ext
Code: Select all
F2:: BlockInput MouseMove
F3:: BlockInput MouseMoveOff