Welcome!

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

SignUp Now!

Ctrl-Enter in command history window?

This one's working for me. Likewise, Control+Enter when I highlight a name in the directory-history window. If it matters, this machine's running Win 10 Pro.
 
Not reproducible here. You sure you don't have an alias or redefinition for Ctrl-Enter?
Hmmm! My aliases are global and I have to go back to v14 to see Ctrl-Enter work in the command history window. The behavior is unaffected by /II, /IS, and /IP. These are the only appearances of "ctrl" in my INI file:
Code:
g:\tc20> grep -i ctrl TCMD.INI
NormalEditKey=Ctrl-F
NormalKey=Ctrl-D
NormalKey=Ctrl-J
NormalKey=Ctrl-X
LeftCtrlKey=No
RightCtrlKey=Yes
It could be me, but I don't know where else to look.
 
Well, it's something in my INI file, because it works OK when started with /ii.

I am not in a TC tab. I have these in my INI file:
Code:
g:\tc20> egrep -i "ctrl|key" TCMD.INI
NormalEditKey=Ctrl-F
NormalKey=F11
NormalKey=F12
NormalKey=F3
NormalKey=F6
NormalKey=F7
NormalKey=F8
NormalKey=F9
NormalEditKey=F9
NormalKey=Ctrl-D
NormalKey=Ctrl-J
NormalKey=Ctrl-X
KeyActions=00624
LeftAltKey=Yes
LeftCtrlKey=No
RightAltKey=No
RightCtrlKey=Yes
 

Similar threads

Back
Top