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

Rewrite copy/cut/paste to support the cross-process #538

Closed
weirongxu opened this issue Aug 19, 2022 · 0 comments
Closed

Rewrite copy/cut/paste to support the cross-process #538

weirongxu opened this issue Aug 19, 2022 · 0 comments
Labels
enhancement New feature or request notice

Comments

@weirongxu
Copy link
Owner

weirongxu commented Aug 19, 2022

For cross-process support and the native clipboard (Maybe supported in the future), we have to make some breaking changes.

Deprecated file actions:

  • copyFile:replace
  • cutFile:replace

New file actions:

  • clearCopyOrCut

New file mappings:

  • yt -> copyFile:toggle
  • ya -> copyFile:append
  • y<space> -> clearCopyOrCut
  • dt -> cutFile:toggle,
  • da -> cutFile:append,
  • d<space> -> clearCopyOrCut,
  • p -> pasteFile & clearCopyOrCut
  • P -> pasteFile (Means no clear)
@weirongxu weirongxu added enhancement New feature or request notice labels Aug 19, 2022
@weirongxu weirongxu pinned this issue Aug 19, 2022
@weirongxu weirongxu unpinned this issue Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request notice
Projects
None yet
Development

No branches or pull requests

1 participant