Short cut to collapse entire tree?

Features wanted...
Post Reply
msorrels
Posts: 10
Joined: 01 May 2011 04:16

Short cut to collapse entire tree?

Post by msorrels »

It's possible I've missed this, I've been using ctrl-/ (on the number pad) to collapse the tree of the current drive, but I'd really like a keyboard short cut that would collapse all drives not just the current one. Is there anyway to do this? And if not is there any chance it could be added?

admin
Site Admin
Posts: 66366
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Short cut to collapse entire tree?

Post by admin »

Not really, but you can make it with two keys when you are in the tree: Home, Shift+NumpadDivide.

msorrels
Posts: 10
Joined: 01 May 2011 04:16

Re: Short cut to collapse entire tree?

Post by msorrels »

Awesome, that was just the clue I needed. Basically what I wanted is this simple one line script:

goto "Computer"; #1040;

Which I just added as a custom command and bound to Shift+Ctrl+numpad Divide

#1040; is the command ID for Shift+NumpadDivide

I didn't realize that if Computer was selected the Shift+NumpadDivide command would collaspe the whole tree.

Post Reply