Is there a way within TC to connect a hotkey to a self-written program, which could able to analyze the currently-written command-line (as input) and simulate some key-strokes (as output)?
Like e.g. the TAB-key-functionality, which checks the current argument of the currently-written command-line and tries to find an existing file/dirname which has the current-arg as a prefix and (kind of) simulates the key-strokes, so that this file/dirname is expanded. Or it's behaviour, if TAB is entered again (=> switching to the next matching file/dirname).
Or the arrow-up/down keys, which check the history.
Specifically (as a first shot) I would like to have a hotkey which would duplicate the former argument of the current command-line. Or have a way to let TC popup a messagebox, which would show me the syntax of the exe-file I am about to call in the current-line.
[This is a more general question, than the one I recently asked in the BDJ-conversation, but somehow could not make me enough understandable. Perhaps more luck this time...]
Like e.g. the TAB-key-functionality, which checks the current argument of the currently-written command-line and tries to find an existing file/dirname which has the current-arg as a prefix and (kind of) simulates the key-strokes, so that this file/dirname is expanded. Or it's behaviour, if TAB is entered again (=> switching to the next matching file/dirname).
Or the arrow-up/down keys, which check the history.
Specifically (as a first shot) I would like to have a hotkey which would duplicate the former argument of the current command-line. Or have a way to let TC popup a messagebox, which would show me the syntax of the exe-file I am about to call in the current-line.
[This is a more general question, than the one I recently asked in the BDJ-conversation, but somehow could not make me enough understandable. Perhaps more luck this time...]