that program uses a global hotkey registered when the program runs where chrome doesn't
this isn't exactly what you wanted but works
checks to see if InstantFileFind is running and if it is sends Alt+F Right L Right T if not sends Shift+Esc
this worked for me on my pc InstantfileFind window doesn't show
Function OpenChromeTaskManager2
Trigger SZ
the other option would be to exit InstantFileFind and Register the hotkey then open InstantFileFile
this isn't exactly what you wanted but works
checks to see if InstantFileFind is running and if it is sends Alt+F Right L Right T if not sends Shift+Esc
this worked for me on my pc InstantfileFind window doesn't show
Function OpenChromeTaskManager2
Trigger SZ

spe -2
int w=act(win("- Google Chrome" "Chrome_WidgetWin_1"))
err
,out "Chrome is not Open"
,ret
0.2
if(ProcessNameToId("InstantFileFind"))
,out "InstantFileFind running using alternative"
,'AfRlRt ;; Alt+F Right L Right T
else
,out "InstantFileFind not running using Shift+Esc"
,'SZ ;; Shift+Esc
the other option would be to exit InstantFileFind and Register the hotkey then open InstantFileFile