Skip to content
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

Add paste option on right click for terminal #81448

Merged
merged 3 commits into from
Oct 22, 2019
Merged

Add paste option on right click for terminal #81448

merged 3 commits into from
Oct 22, 2019

Conversation

adamburgess
Copy link
Contributor

Resolves #81447.

There are two main ways to implement this I think:

A. Slightly modify the already existing copyPaste (this is how it is done now).
B. Add an else-if to support the new feature (which would just be terminal.paste())

The reason I went for option A is because of the fix for Macs as that would probably need to be duplicated. I haven't tested this PR on Mac, only Win10.

@msftclas
Copy link

msftclas commented Sep 25, 2019

CLA assistant check
All CLA requirements met.

@Tyriar Tyriar added this to the October 2019 milestone Sep 30, 2019
Copy link
Member

@Tyriar Tyriar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great, thanks!

@Tyriar Tyriar merged commit 8f488ea into microsoft:master Oct 22, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: paste on right click regardless of selection
3 participants