I did do a search, I never seem to find what I want with a search!
I have made a toolbar with links to a few folders on it but I dont want it to show all the time. I would like to be able to call it up via a hotkey, how?
I forgot to say I have made a hotkey CTRL P and I want it to call a toolbar called "pictures"
what to put in the function box? in the edit field I only got as far as
show toolbar
Something like this, depending on the name of the toolbar and where you want it to appear:
Toolbar NAME="DiffTools" STATE=right TOGGLE LOCAL
Thanks not working yet though, If i set the toolbar to hide it dissappears and the hotkey isnt making it show. If I dont set it to hide it is there all the time wich is what I dont want.
Close the toolbar entirely (don't hide it; close it), then run the hotkey.
It's probably open as a "global" toolbar (i.e. in all windows) in which case that command won't affect it (unless you remove the LOCAL argument).
Yep that worked , thanks