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

feat(keybindings): copy, cut, and paste for text #329

Closed
tangjeff0 opened this issue Aug 11, 2020 · 0 comments · Fixed by #333
Closed

feat(keybindings): copy, cut, and paste for text #329

tangjeff0 opened this issue Aug 11, 2020 · 0 comments · Fixed by #333
Assignees

Comments

@tangjeff0
Copy link
Collaborator

tangjeff0 commented Aug 11, 2020

feature issue: #97

steps:

  • should be very straightforward. the native keybindings are being prevented with e.preventDefault
  • cut/copy: use clipboard API to manually mutate the clipboard data
  • paste: write to :atom-string at selectionStart. if highlighted text, replace the text between selectionStart and selectionEnd as well
  • use goog.dom.selection
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

Successfully merging a pull request may close this issue.

1 participant