Welcome!

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

SignUp Now!

CTRL+Ins not copying

Mar
30
0
The fact that TCC/LE can select text without using the mouse is really good.

However, I cannot get CTRL+Ins to Copy the selection. The help manual says that Take Command is supposed to. Does this not work in TCC and TCC/LE?

If not, how do you Copy using keyboard shortcuts?

SHIFT+Ins does Paste, as I would expect it to.


Thanks
 
That's great, thanks. I added the following to the TCMD.INI files, and it works perfectly how I like it to.

Code:
NormalEditKey=Ctrl-Y
NormalEditKey=Ctrl-R
NormalEditKey=Ctrl-L
Copy=Ctrl-Ins
DelWordRight=Ctrl-Del
DelWordLeft=Ctrl-Bksp

I didn't know about Ctrl-B until now. That should be really handy too.

Now if only I could have PowerShell use this as a terminal.
 
Back
Top