normally, i use ctrl + d or autohotkey (assign keyboard shortcuts, example code see below) to open frequently used folders.
but, when the folder opened, instead of in a new tab, its opened in the existing tab (overrite the current tab).
Code: Select all
; when i press ctrl + shift + alt + h, the recent folder will be opened in tc
!^+h::
run C:\totalcmd\TOTALCMD64.EXE "c:\Users\xxx\AppData\Roaming\Microsoft\Windows\Recent\"
return
thanks and stay safe!