github / github/copilot-cli

Holding Ctrl+V pastes the same image repeatedly (no debounce/repeat guard)

Abierto
#4,045 0 comentarios 0 reacciones 0 asignados Ver en GitHub
area:input-keyboard
Lenguaje dominante
Shell
Estrellas
11.2k
Forks
1.9k
Merge medio
14 h 16 min
PR fusionados (30 d)
6

Descripción

### Description
When pasting an image into the chat input, holding down `Ctrl+V` fires the paste event continuously with no debounce or key-repeat guard. Holding it for ~10 seconds inserts ~100 copies of the same image into the conversation.

### Version
GitHub Copilot CLI 1.0.69-0 (desktop)

### OS
Windows

### Steps to reproduce
1. Copy an image to the clipboard.
2. Focus the chat input.
3. Press and hold `Ctrl+V` for several seconds.

### Expected behavior
A held `Ctrl+V` should paste the image once (or be debounced / ignore key auto-repeat), like a normal single paste.

### Actual behavior
The image is pasted repeatedly (one insert per key-repeat event), flooding the chat with dozens of duplicate images.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Start at the chat input's image-paste handling and reproduce the issue on Windows by holding Ctrl+V with an image on the clipboard. Trace how repeated paste events are processed, then verify that one held keypress inserts only one image and that normal separate pastes still work.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
shell
Área
cli
Tipo de issue
Error
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Tranquilo
Claridad
Bastante claro
Aptitud para principiantes
55/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.