Beiträge von halihalo

    #IfWinActive, GTA:SA:MP
    #SingleInstance, force
    #UseHook


    t::
    Suspend On
    SendInput t
    Hotkey, Enter, On
    Hotkey, Escape, On
    Hotkey, t, Off
    return


    NumpadEnter::
    Enter::
    Suspend Permit
    Suspend Off
    SendInput {Enter}
    Hotkey, t, On
    Hotkey, Enter, Off
    Hotkey, Escape, Off
    return


    Escape::
    Suspend Permit
    Suspend Off
    SendInput {Escape}
    Hotkey, t, On
    Hotkey, Enter, Off
    Hotkey, Escape, Off
    return


    1:: ; Taste 1
    SendInput t/supermarkt
    sleep 100
    Send {down}
    sleep 100
    Send {enter}
    return


    so habe ich es gemacht
    aber wenn ich taste 1 drücke schreibt das nur /supermarkt aber pfeiltaste geht nicht bleibt nur im menü stehen .