Hi,
It would be nice to be able to specify an alias for menu and button bar commands, so that they could be invoked from TC command line. For example, if I have a notepad in my menu and specify an "np' alias for that menu item, then typing np<ENTER> in TC would invoke notepad.
In Opera browser, for example, similar feature is called Nickname (for bookmarks).
Regards,
Alex
Controlling menu/button bar from command line
Moderators: Hacker, petermad, Stefan2, white
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
A little more clarification:
If you want Notepad in a ButtonBar to open the file that the cursor is on.
Create a User-Command:
2) And create an Alias, np -> em_NotePad_OpenFile
If you want Notepad in a ButtonBar to open the file that the cursor is on.
Create a User-Command:
1) Use em_NotePad_OpenFile for the "Command" on the ButtonBar.em_NotePad__OpenFile
Command: notepad.exe
Parameters: %N
IconFile: %windir%\notepad.exe
ToolTip: NotePad
2) And create an Alias, np -> em_NotePad_OpenFile