Skip to content

Clipboard hotkeys #113

@JcBernack

Description

@JcBernack

Adding hotkeys to copy responses to the clipboard would be very useful.
Ideally with the same hotkeys people are already used to, e.g. from ChatGPT:

  • Ctrl + Shift + C Copy last response to clipboard
  • Ctrl + Shift + ; Copy last code block to clipboard

Getting this to work cross-platform should be fairly simple using something like pyperclip

import pyperclip
pyperclip.copy('The text to be copied to the clipboard.')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions