Hi Sepp, could you please try the following small script (assigned to a hotkey)
local l_han_keep = win.handle("active")
local l_han_rest = win.handlelist("~" ++ l_han_keep ++ "," ++
win.owner(l_han_keep))
for each word l_han_item in l_han_rest
win.minimize(l_han_item)
endfor
Best regards
