I believe in 6.2 there was a problem where the treebar and toolbar had the same accelerator key, so you might wish to try:

Code:
alias toggletoolbar { sendkeys % $+ vt{ENTER} }
alias toggletreebar { sendkeys % $+ vtt{ENTER} }