Add shortcut for pasting image from clipboard#44579
Conversation
Add image paste hotkey as per github/copilot-cli#476 (comment)
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new keyboard shortcut to the Copilot CLI command reference to document pasting images from the clipboard as attachments.
Changes:
- Documented a new shortcut (Alt+V) for pasting images from the clipboard as an attachment.
Show a summary per file
| File | Description |
|---|---|
| content/copilot/reference/copilot-cli-reference/cli-command-reference.md | Updates the keyboard shortcut table to include image-paste behavior. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
| | <kbd>Ctrl</kbd>+<kbd>Enter</kbd> or <kbd>Ctrl</kbd>+<kbd>Q</kbd> | Queue a message to send while the agent is busy. | | ||
| | <kbd>Ctrl</kbd>+<kbd>R</kbd> | Reverse search through command history. | | ||
| | <kbd>Ctrl</kbd>+<kbd>V</kbd> | Paste from clipboard as an attachment. | | ||
| | <kbd>Alt</kbd>+<kbd>V</kbd> | Paste image from clipboard as an attachment. | |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
Add image paste hotkey as per github/copilot-cli#476 (comment)
Why:
Closes: #44578
What's being changed (if available, include any code snippets, screenshots, or gifs):
Adds image paste keyboard shortcut (Alt-V)
Check off the following: