by Bassman002 » 29 Nov 2022, 14:01
HI:)
Den Fokus hat das Programm welches ihn hatte wenn ich den Shortcut nutze, wenn keins offen ist, das erste in der Taskleiste, aber definitiv nicht das was ich starte!
Ich habe einen Workaround gefunden:
Anstatt z.B.
Code: Select all
^!t::
Run "C:\totalcmd\totalcmd64.exe", ,max
Return
starte ich mit:
Code: Select all
^!t::
Run "C:\totalcmd\totalcmd64.exe",,, process_id
WinWait, ahk_pid %process_id%
WinActivate, ahk_pid %process_id%
Return
Das funktioniert dann problemlos!
Aber vor dem Update ging das immer ohne process_id!
Greetz;)
Heinz.
HI:)
Den Fokus hat das Programm welches ihn hatte wenn ich den Shortcut nutze, wenn keins offen ist, das erste in der Taskleiste, aber definitiv nicht das was ich starte!
Ich habe einen Workaround gefunden:
Anstatt z.B.
[code]^!t::
Run "C:\totalcmd\totalcmd64.exe", ,max
Return[/code]
starte ich mit:
[code]
^!t::
Run "C:\totalcmd\totalcmd64.exe",,, process_id
WinWait, ahk_pid %process_id%
WinActivate, ahk_pid %process_id%
Return[/code]
Das funktioniert dann problemlos!
Aber vor dem Update ging das immer ohne process_id!
Greetz;)
Heinz.