APPENDTABS and OPENTABS also as Alias or HotKeys

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
olesio
Junior Member
Junior Member
Posts: 54
Joined: 2009-01-22, 15:29 UTC
Location: Poland

APPENDTABS and OPENTABS also as Alias or HotKeys

Post by *olesio »

Hello. I have suggestiom to APPENDTABS and OPENTABS commands should
be also avaiable to execute by command in Misc tab as Alias and HotKey.
Because sometimes somone (like me ;)) do not want to use buttons bar,
because keys usage is faster. If anyone post about before sorry for reply.
Best regards: olesio
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

I will describe how to do it:
1. Create user-command (open command browser using cm_CommandBrowser and switch to usercmd.ini group):

Code: Select all

Name: em_loadmytabs
Command: APPENDTABS
Parameters: F:\mytabs.tab
2. Assign a shortcut for created em_loadmytabs in Misc tab

You will need separate user-command for each file with tabs that you want to load using hotkey.
olesio
Junior Member
Junior Member
Posts: 54
Joined: 2009-01-22, 15:29 UTC
Location: Poland

Post by *olesio »

Thank you for answer. But one important thing. If you want
to use APPENDTABS or OPENTABS and environment variable
in parameters - do not type it in parameters just in Command
(for example: OPENTABS %COMMANDER_PATH%\file.tab.).
Best regards: olesio
Post Reply