Autoit bei Keybinder FFail

  • Hallo leute,
    Ich habe ein Problem. Ich spiele SA-MP (San Andreas Multiplayer)
    Nun, ich hab ne Roccat Valo tastatur, auf der unteren Reihe M3 hab ich STRG+3 gebindet.
    Nun wenn ich das Sende kann ich danach mit der tastatur nichts mehr machen, außer ich drück einmal STRG.. ?
    Und das nerft richtig.. Warum? Wo liegt der Fehler?

    Mein Keybinder bei Autoit ist wiefolgt

    [autoit]

    Opt("SendKeyDelay", 1)
    Opt("SendKeyDownDelay", 1)

    [/autoit][autoit][/autoit][autoit]

    #include<misc.au3>

    [/autoit][autoit][/autoit][autoit]

    While 1
    Sleep ( 100 )

    [/autoit][autoit][/autoit][autoit]

    If _isPressed("A2") Then
    If _isPressed("33") Then
    Send ( "t/s La Cosa Nostra | Pizzer Lieferdienst /call 298081{enter}" )
    Send ( "t/s La Cosa Nostra | Margarita 3$, Calzone 3$ & Tonno 4${enter}")
    Send ( "t/s La Cosa Nostra | Speziale: Zivilisten 500$ & Fraktion 1000${enter}")
    EndIf
    EndIf
    Wend

    [/autoit]