Skip to content

Clipboard Accumulation: double-tap ⌘C to append copies into a single pasteable item#1320

Draft
dulangaj wants to merge 1 commit intop0deje:masterfrom
dulangaj:dulanga-fix
Draft

Clipboard Accumulation: double-tap ⌘C to append copies into a single pasteable item#1320
dulangaj wants to merge 1 commit intop0deje:masterfrom
dulangaj:dulanga-fix

Conversation

@dulangaj
Copy link
Copy Markdown

@dulangaj dulangaj commented Feb 2, 2026

Double-tapping ⌘C appends subsequent copies to the most recent clipboard item, allowing multiple non-contiguous selections to be pasted at once.

Motivation

Many workflows involve collecting rather than replacing clipboard contents:

  • copying multiple quotes from an article or PDF
  • assembling code snippets from non-adjacent locations
  • aggregating IDs, URLs, or log lines from different screens

Behavior

  • A double-tap ⌘C appends the newly copied content to the previous clipboard item
  • Accumulated content is stored as a single clipboard entry
  • A standard single ⌘C behaves exactly as before
  • Order of copied items is preserved

@dulangaj dulangaj changed the title “Clipboard Accumulation” via double-tapping ⌘C to append copies into a single pasteable item Clipboard Accumulation: double-tapp ⌘C to append copies into a single pasteable item Feb 2, 2026
@dulangaj dulangaj changed the title Clipboard Accumulation: double-tapp ⌘C to append copies into a single pasteable item Clipboard Accumulation: double-tap ⌘C to append copies into a single pasteable item Feb 2, 2026
@dulangaj dulangaj marked this pull request as draft February 2, 2026 14:58
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 this pull request may close these issues.

1 participant