-
Notifications
You must be signed in to change notification settings - Fork 305
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 omits the hyphen character when using mouse right-click (Please RE-OPEN) #2715
Comments
Tried updating to latest available on PSGallery (2.2.0, beta3). I had to delete all versions of PSReadline, keeping only the one for Windows PowerShell 5.1 (v2.0.0 beta 2) to be able to paste text without loosing hyphens all over the place. I did try installing the "stable" version of 2.0.0 and that has the same issue with pasting text :/ |
@dennisl68-castra Please use the Ctrl+v key binding to do the pasting instead of the right click. |
Good call. I'll update the issue... |
Right clicking is problematic, and there is no good way to handle it as of today, see #579. In PowerShell, it's recommended to use |
If it's faster is an opion of choice :) |
Prerequisites
Steps to reproduce
When pasting a command to the console using right-click, hyphens is always missing.
Please use the code below to generate a sample string for pasting into a PowerShell 7 console...
Expected behavior
Actual behavior
Error details
Environment data
Visuals
The text was updated successfully, but these errors were encountered: