Page 1 of 1

APPENDTABS and OPENTABS also as Alias or HotKeys

Posted: 2010-03-02, 02:24 UTC
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.

Posted: 2010-03-02, 05:04 UTC
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.

Posted: 2010-03-02, 14:39 UTC
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.).