Skip to content

Pasted content is reversed #829

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
AnthonyMastrean opened this issue Dec 10, 2018 · 5 comments
Closed

Pasted content is reversed #829

AnthonyMastrean opened this issue Dec 10, 2018 · 5 comments
Labels
Needs-Repro There is no sufficient information on repro steps.

Comments

@AnthonyMastrean
Copy link

Environment data

PS version: 5.1.17134.407
PSReadline version: 1.2
os: 10.0.17134.1 (WinBuild.160101.0800)
PS file version: 10.0.17134.1 (WinBuild.160101.0800)

Steps to reproduce or exception report

Heeey, so I don't know what to say here... but, I've notice twice recently that I'm getting "reversed" content pasted in my PowerShell console. The text I copied was

(Invoke-RestMethod `
    -Headers @{'Private-Token' = $ENV:GITLAB_NEXTGEN_API_TOKEN} `
    -Uri "https://gitlab.com/api/v4/groups/xxxxxx/projects?per_page=100&simple=true&archived=false")

And the pasted content looked like

reverse-paste

Next time I notice it happening, I'll try to quickly paste into notepad or something to see if it's a problem going into the clipboard or coming out.

@lzybkr
Copy link
Member

lzybkr commented Dec 10, 2018

Are you pasting with Ctrl+v or right click? If right click, I suggest using Ctrl+v as it's faster.

@lzybkr lzybkr added the Needs-Repro There is no sufficient information on repro steps. label Dec 10, 2018
@AnthonyMastrean
Copy link
Author

AnthonyMastrean commented Dec 10, 2018

I don’t know for sure, but I feel like I was using the keyboard. Will pay attention next time!

@Splaxi
Copy link

Splaxi commented Mar 23, 2019

My testing shows that right click is an issue when running non-default font , size and stuff like that. Even after switching back to default values, it is a problem.

@yecril71pl
Copy link

@'
A
B
'@

Pasted with right click becomes

@
B
A
@

@daxian-dbw
Copy link
Member

Close as a duplicate of #579

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Repro There is no sufficient information on repro steps.
Projects
None yet
Development

No branches or pull requests

5 participants