Can anyone tell me if there is a shortcut key that will take me to the root of the drive selected in a panel if the panel is locked to a specific (other) folder?
If I use CTRL+/ it takes me to the root of the drive the panel is locked to. I want to go the root of the drive currently showing in the panel.
I thought this was answered in the forums before but I can't seem to find the answer using the TC forum search facility or Google.
Thanks.
Regards,
Charles
Root folder shortcut
Moderators: Hacker, petermad, Stefan2, white
You can use e.g. button/command cd \.
However there is an INI option LockedGoToDriveRoot which you can enable to make root button and Ctrl+\ going to root drive folder instead of locked tab folder.
You can still go to locked tab folder using command cm_GoToLockedDir even with this option enabled.
As for me, I've enabled that option and assigned cm_GoToLockedDir to Ctrl+Shift+\ so I can go to drive root with Ctrl+\ regardless of tab state and I can go to locked tab folder with Ctrl+Shift+\.
However there is an INI option LockedGoToDriveRoot which you can enable to make root button and Ctrl+\ going to root drive folder instead of locked tab folder.
You can still go to locked tab folder using command cm_GoToLockedDir even with this option enabled.
As for me, I've enabled that option and assigned cm_GoToLockedDir to Ctrl+Shift+\ so I can go to drive root with Ctrl+\ regardless of tab state and I can go to locked tab folder with Ctrl+Shift+\.
Thanks MKV. Much appreciated.MVV wrote:You can use e.g. button/command cd \.
However there is an INI option LockedGoToDriveRoot which you can enable to make root button and Ctrl+\ going to root drive folder instead of locked tab folder.
You can still go to locked tab folder using command cm_GoToLockedDir even with this option enabled.
As for me, I've enabled that option and assigned cm_GoToLockedDir to Ctrl+Shift+\ so I can go to drive root with Ctrl+\ regardless of tab state and I can go to locked tab folder with Ctrl+Shift+\.
Regards,
Charles