Skip to content

Text pasting is slow #40

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

Closed
tamasflamich opened this issue Oct 6, 2013 · 4 comments
Closed

Text pasting is slow #40

tamasflamich opened this issue Oct 6, 2013 · 4 comments

Comments

@tamasflamich
Copy link

Using the console host text pasting feature (powershell.exe -> window context menu -> edit -> paste) takes exponentially more time as the pasted text is longer.

I haven't investigated the problem deeply, but it seems the context menu pasting pushes the text from the clipboard to Powershell char by char.

I found out that PSReadline enables the CTRL-V shortcut, what is a nice workaround for this problem. However, if I wanted to use the paste feature of a custom console host (e.g. ConsoleZ) it would paste the text char by char too.

@lzybkr
Copy link
Contributor

lzybkr commented Oct 6, 2013

See my comment in issue #37.

Does ConsoleZ support disabling Ctrl-V or at least remapping it? ConEmu does.

@tamasflamich
Copy link
Author

Of course it does, however it cannot be configured per tab type (ps, cmd, cygwin). So breaking the consistency of hotkeys on different kind of tabs cannot be avoided.

@lzybkr
Copy link
Contributor

lzybkr commented Oct 14, 2013

It should be much faster now after commit 9be92ea.

@lzybkr lzybkr closed this as completed Oct 14, 2013
@tamasflamich
Copy link
Author

Yes, it works now nicely. Thank you very much, great job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants