Hotkey to load tabs from file / open folder?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Sheaf
Junior Member
Junior Member
Posts: 2
Joined: 2020-05-24, 09:19 UTC

Hotkey to load tabs from file / open folder?

Post by *Sheaf »

Hello.
Can I load tabs from a given file with a hotkey?

EDIT: Alternatively, can I open a certain folder in a new tab with a shortcut?
User avatar
petermad
Power Member
Power Member
Posts: 14808
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Hotkey to load tabs from file / open folder?

Post by *petermad »

You can just press Enter on the .tab file (Shift+Enter to replace existing tabs).

You can also put this command in your usercmd.ini file *:

Code: Select all

[em_appendtabs]
cmd=APPENDTABS drive:\path\tabfile.tab
And then make a shortcut to the em_appendtabs command via "Configuration" -> "Options..." -> "Misc." -> "Redefine hotkeys (keyboard remapping)"

* if you cannot locate your usercmd.ini file you can edit it this way:
  1. run the command cm_CommandBrowser (from the command line)
  2. click on usercmd.ini in the bottom of the list on the left side
  3. click on the button "New"
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Sheaf
Junior Member
Junior Member
Posts: 2
Joined: 2020-05-24, 09:19 UTC

Re: Hotkey to load tabs from file / open folder?

Post by *Sheaf »

Thank you!
Post Reply