vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.27k stars 3.52k forks source link

Right paste not working on macOS and Linux #1548

Closed possebon closed 7 years ago

possebon commented 7 years ago

Issue

When I try to use the right click of mouse, the content of clipboard is not pasted. I confirmed that the content is on clipboard with the CMD+V on macOS or CTRL + V on Linux.

Specro commented 7 years ago

You have to add quickEdit: true to your config 😄

possebon commented 7 years ago

@Specro I added the quickEdit: true and does not work, at least on macOS. I can't make tests on Linux now.

possebon commented 7 years ago

@Specro I confirm that the quickEdit: true does not work on Linux too.

This parameter is not on documentation, right?

allruiz commented 7 years ago

I can confirm too, it's not working for me.

sonnyfournier commented 7 years ago

@possebon @allruiz : Captain here !

You need to add copyOnSelect:false and quickEdit: true

albinekb commented 7 years ago

@possebon @allruiz , did you get it working after following the instructions above?

possebon commented 7 years ago

@albinekb Yes, it's working. Thanks.

allruiz commented 7 years ago

@albinekb It works. Thank you.

albinekb commented 7 years ago

Nice 👌 Closing