Code
if(FileExist("daten.ini"))
{
IniRead, hotkey9, daten.ini, Hotkeys, Key9
}
Gui, Add, Hotkey, x412 y119 w90 h20 vGui_Hotkey9, %hotkey9%
Gui, Add, Text, x512 y119 w150 h20 , Keybinder ein-/ausschalten
Gui, Add, Button, x412 y399 gspeichern w310 h60 , Speichern
speichern:
Gui, Submit, Nohide
IniWrite, %Gui_Hotkey9%, daten.ini, Hotkeys, Key9
return
GuiClose;
ExitApp
Key9::
Suspend
SendInput t/b Keybinder ein/aus {enter}
return
Alles anzeigen
Der Hotkey ist bei mir als !F12 festgelegt und ingame wird nichts vom Key ausgeführt.
Ich habe es schon versucht anders zu converten, hat aber nicht funktioniert.