Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Autoexecute Keystroke Aliases

Mar
2
0
For a number of versions of TCC, I have been using an alias to reassign F3 to an autoexec keystroke. My alias file contains:

@@F3=@other_alias

With version 17, this no longer works and F3 does the "standard" previous line echo. I've tried the NormalKey and NormalEditKey aliases to no avail. Is there some other trick to get this working again?

Thanks!
 
It works here. Here's my set-up. The "NormalKey" directive belongs in the [TCC]/[4NT] section of the ini file.
Code:
v:\> grep -i f3 %_ininame
NormalKey=F3

v:\> alias d
*dir /a /p /m /k /h /ne

v:\> alias @@f3
@d
 

Similar threads

Back
Top