-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paste doesn't always work as expected in broadcasted panes #16287
Comments
This sorta sounds a bit like the last bullet point I had tracked in #15812
That's a bit different - the right-click context menu uses the same paste mechanism as the normal right-click-to-paste. So that should act the same. But then you go and mention:
And that, I don't think we had tracked anywhere. We can probably use this to track both issues (I'd bet they have the same resolution). Could you elaborate more on the "aCtrl+V paste doesn't work" scenario more? I don't think we've got a solid repro for that... |
I use Rocky (RedHat) Linux in WSL, so that's my use case for Terminal (if that has any relevance - I dunno). If I open 3 panes (1, 2, 3, top-bottom), enable broadcast.
AFAICT the delay between keystrokes does not seem to alter. fast or delay between - it is behaves inconsistently regardless. |
other notes to self in #15812 (comment) |
Problem still persist and it's crashing whole Windows Terminal [1.21.321.0]. Last one is super annoying when user is connected to multiple SSH sessions and it is in the middle of editing file or command chain. To be honest whole Broadcast Input in Windows Terminal is a gimmick than actual helpful plugin, and once user will face such problems it quit using it straight away. Our team basically was hyped for this functionality, after first such broken experience we jumped back to our rather complicated, yet more stable option I can recommend
I would love to see fully working Broadcast Input functionality working on Windows Terminal |
I'm using Terminal Preview, v1.22.3232.0 |
@stevelipinski Example: pasting snippet of 20 characters with hold on CTRL+V(+Shift) will crash it. |
ah, ok - I can confirm - holding it down does crash it in Preview as well. |
The pane broadcast functionality that's currently in preview does not describe nor allow to configure how paste functionality works.
Currently, if you paste into a broadcast group of panes using right-click, it only pastes in the pane that the mouse is hovering over.
On the other hand, if you paste using Ctrl-v, it inconsistently pastes into some of the broadcast group panes - but usually not all.
It would be nice if there was a configuration option that specified how to handle paste with a broadcast group.
And, the Ctrl-v paste should be consistent and either configurable or follow the same behavior as right-click.
The text was updated successfully, but these errors were encountered: