#z::
SendInput {Alt Down}
SendInput {5} ; "Alt+5": Hide the 5th level
Sleep 250
SendInput +{4} ; "Shif+Alt+4": Show the 4th level
Sleep 250
SendInput {3} ; "Alt+3": Hide the 3th level
SendInput {Alt Up}
returnBut it send Shif+Alt+5, then Shif+Alt+4, then Shif+Alt+3
Thanks




