Page 1 of 1

Short cut to collapse entire tree?

Posted: 01 May 2011 04:47
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?

Re: Short cut to collapse entire tree?

Posted: 01 May 2011 09:16
by admin
Not really, but you can make it with two keys when you are in the tree: Home, Shift+NumpadDivide.

Re: Short cut to collapse entire tree?

Posted: 01 May 2011 10:45
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.