[PR #2160] feat: add ability to copy input to clipboard #10211

Closed
opened 2026-02-16 18:14:49 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2160

State: closed
Merged: No


Summary

This PR introduces a keyboard shortcut for copying the current input. This feature allows users to easily copy composed messages (including text and attachment references).

Changes

Core Implementation:

  • Adds InputCopyCommand with ctrl+shift+c default keybind
  • Implements Copy() method in editor component with toast feedback
  • Adds command execution handler

Documentation:

  • Updates keybind documentation to include new input_copy shortcut
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2160 **State:** closed **Merged:** No --- ## Summary This PR introduces a keyboard shortcut for copying the current input. This feature allows users to easily copy composed messages (including text and attachment references). ## Changes Core Implementation: - Adds `InputCopyCommand` with `ctrl+shift+c` default keybind - Implements `Copy()` method in editor component with toast feedback - Adds command execution handler Documentation: - Updates keybind documentation to include new `input_copy` shortcut
yindo added the pull-request label 2026-02-16 18:14:49 -05:00
yindo closed this issue 2026-02-16 18:14:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10211