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

Copy/Paste text with CMD+C/CMD+V #18365

Closed
3 tasks done
MatthewB19 opened this issue May 20, 2019 · 5 comments
Closed
3 tasks done

Copy/Paste text with CMD+C/CMD+V #18365

MatthewB19 opened this issue May 20, 2019 · 5 comments
Labels
blocked/need-info ❌ Cannot proceed without more information

Comments

@MatthewB19
Copy link

MatthewB19 commented May 20, 2019

Preflight Checklist

  • I have read the Contributing Guidelines for this project.
  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Problem Description

Lots of users would like to be able to copy/paste text using CMD+C/CMD+V without having to manually set up a "menu" in the main process.

Proposed Solution

Add native CMD+C and CMD+V copy/pasting without needing to manually implement a menu.

Alternatives Considered

The alternative is having the user implement a menu in the main process. However, this is inconvenient and far from ideal.

Additional Information

The issue has been mentioned before in other threads, such as: #1902

@miniak
Copy link
Contributor

miniak commented May 20, 2019

Thanks for reaching out!

We require the template to be filled out on all new issues and pull requests. We do this so that we can be certain we have all the information we need to address your submission efficiently. This allows the maintainers to spend more time fixing bugs, implementing enhancements, and reviewing and merging pull requests.

Thanks for understanding and meeting us half way 😀

@miniak miniak added the blocked/need-info ❌ Cannot proceed without more information label May 20, 2019
@miniak
Copy link
Contributor

miniak commented May 20, 2019

@MatthewB19 are we talking about macOS or all platforms?

@MatthewB19
Copy link
Author

MatthewB19 commented May 20, 2019

This problem only concerns MacOS.
I have already done some research and it's definitely a known issue.

@vladimiry
Copy link

Enabling CMD+C/CMD+V without context menu is already feasible but it requires custom implementation (custom event listening and then triggering the copy/cut action on webContents).

@codebytere
Copy link
Member

codebytere commented Jun 18, 2019

The maintainers agree with @vladimiry above: this isn't something we think would be in our best interest to add as maintenance overhead when it's already possible by means of event listening and accelerators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked/need-info ❌ Cannot proceed without more information
Projects
None yet
Development

No branches or pull requests

4 participants