- May
- 13,117
- 180
From the help:
It doesn't work.
Ctrl-Enter Move the selected line to the command line for editing
It doesn't work.
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Ctrl-Enter Move the selected line to the command line for editing
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:Not reproducible here. You sure you don't have an alias or redefinition for Ctrl-Enter?
g:\tc20> grep -i ctrl TCMD.INI
NormalEditKey=Ctrl-F
NormalKey=Ctrl-D
NormalKey=Ctrl-J
NormalKey=Ctrl-X
LeftCtrlKey=No
RightCtrlKey=Yes
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
This was doing it: "NormalKey=Ctrl-J".
I have no idea why I did that. It was back in v15.Well, that's as expected!