canonical / multipass

Multipass orchestrates virtual Ubuntu instances
https://multipass.run
GNU General Public License v3.0
7.51k stars 632 forks source link

In the built-in shell, allow paste from clipboard to work #3525

Closed kelvin-documentation-tutorials-code closed 3 hours ago

kelvin-documentation-tutorials-code commented 1 month ago

What are you trying to do? Using the new built-in shell component in the Multipass UI. Can not paste from the clipboard.

If I run multipass shell vm_name in a terminal, then paste works ok as it is in a terminal.

What's your proposed solution? Make the experience of the terminal the same whether from the Multipass GUI or from a terminal.

Additional context None

andrei-toterman commented 1 month ago

Hey, @kelvin-documentation-tutorials-code! That is indeed a missing functionality, and it will be added soon. But just for curiosity, how would you like to be able to paste text? Different terminals on different platforms have various ways e.g. Control+V, Control+Shift+V, Shift+Insert, Right Click etc. What about copying?

kelvin-documentation-tutorials-code commented 1 month ago

That will be great !

In Ubuntu terminal it is commonly ctrl-shift-v in the terminal. To keep this the same method would keep the experience seamless and intuitive.

It would be also good if we can copy from the terminal too with ctrl-shift-c as well.