O script Autohotkey de repente parou de funcionar

0

Este script só funciona há algum tempo, mas agora não funciona.

O que o script faz é desativar o mouse pad e o mouse USB depois que eu pressiono o botão do meio do mouse USB ... mas agora não. Há algo de errado?

mbutton::                    ;win + m hotkey
if (x != 1)
{
    BlockInput, MouseMove
    x := 1
    Hotkey, LButton, DoNothing
    Hotkey, RButton, DoNothing
    Hotkey, XButton1, DoNothing
    Hotkey, XButton2, DoNothing
    return
}
if (x = 1)
    reload

DoNothing:
return

F2::
Suspend
return

Nenhum outro script AHK em execução, apenas isso.

    
por cisab 04.07.2016 / 10:14

0 respostas

Tags