Puh, das ist alles was ich gefunden habe
ZitatAutoHotkey.exe [Switches] [Script Filename] [Script Parameters]
Switches can be zero or more of the following:
/f or /force -- Launch unconditionally, skipping any warning dialogs.
/r or /restart -- Indicate that the script is being restarted (this is also used by the Reload command, internally).
/ErrorStdOut -- Send syntax errors to stdout rather than displaying a dialog. See #ErrorStdOut for details.Script Filename can be omitted if there are no Script Parameters. If omitted, it will run (or prompt you to create) AutoHotkey.ini in the current working directory.
Script Parameters can be any strings you want to pass into the script (but any string that contains spaces must be enclosed in double quotes). The script sees incoming parameters as the variables %1%, %2%, and so on. In addition, %0% contains the number of parameters passed (0 if none). The following example exits the script when too few parameters are passed to it:
Aber im Grunde müsste Firefox nach einem Klick auf den von mir gewünschten Kontextmenüeintrag nur eine Tastenkombination senden. Ist sowas möglich? Oder kann man Firefox vielleicht dazu bewegen, eine .exe Datei auszuführen?
Dann könnte man das Senden der Tastenkombination wieder mit Autohotkey erledigen, indem man einfach ein Skript mit dem gewünschte Send Befehl zu einer .exe Datei kompiliert.
Oder muss ich etwa eine Erweiterung schreiben, mit der ich Autohotkey Scripte aus dem Firefox heraus ausführen kann? Nur so nebenbei, wüßte gar nicht wie ich das anstellen sollte ![]()
Gruß
FFRocka