Skip to content

Add CPY and CPY ⊞ buttons to CW Decoder#1321

Merged
ten9876 merged 1 commit into
mainfrom
cw-copy-btns
Apr 14, 2026
Merged

Add CPY and CPY ⊞ buttons to CW Decoder#1321
ten9876 merged 1 commit into
mainfrom
cw-copy-btns

Conversation

@ten9876

@ten9876 ten9876 commented Apr 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • CPY button copies all decoded text to clipboard
  • CPY ⊞ button copies only visible text to clipboard

Fixes #1299. From AetherClaude PR #1300.

🤖 Generated with Claude Code

Add two copy buttons next to the CLR button in the CW Decoder panel:
- CPY: copies all decoded text (including scrolled-out text) to clipboard
- CPY ⊞: copies only the currently visible text to clipboard

This avoids the race condition where Ctrl+A/Ctrl+C gets interrupted by
incoming decoded characters.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ten9876 ten9876 merged commit 203b777 into main Apr 14, 2026
3 checks passed
@ten9876 ten9876 deleted the cw-copy-btns branch April 14, 2026 05:00
chibondking pushed a commit to chibondking/AetherSDR that referenced this pull request Apr 14, 2026
…hersdr#1299) (aethersdr#1321)

Add two copy buttons next to the CLR button in the CW Decoder panel:
- CPY: copies all decoded text (including scrolled-out text) to clipboard
- CPY ⊞: copies only the currently visible text to clipboard

This avoids the race condition where Ctrl+A/Ctrl+C gets interrupted by
incoming decoded characters.

Co-authored-by: AetherClaude <aetherclaude@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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.

Options to Save Decoded CW Text

2 participants