gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17k stars 1.71k forks source link

Shift insert pasting doesn't work in tsh on Windows #43713

Open zabszk opened 1 week ago

zabszk commented 1 week ago

Expected behavior: Pressing SHIFT + Insert should paste from clipboard. That's how it works in Teleport WebUI and most of the SSH clients.

Current behavior: 2~ is typed into terminal. In insert mode in vim <S-Insert> is typed instead of 2~.

Bug details:

zmb3 commented 1 week ago

This is something that your terminal emulator controls, not tsh. What are you using for a terminal?

zabszk commented 1 week ago

This is something that your terminal emulator controls, not tsh. What are you using for a terminal?

Standard Windows 10 cmd. Shift + insert works there fine when not using tsh ssh. It works before I enter tsh ssh and it works after I exit it. It's broken only when in tsh ssh.