91861 / wayst

A simple terminal emulator
MIT License
287 stars 9 forks source link

Ctrl+Shift+Y pastes clipboard text #22

Closed shoober420 closed 4 years ago

shoober420 commented 4 years ago

When one uses the clipboard method of pasting prior, then chooses to use the vim like yank method afterward, pressing Ctrl+Shift+Y will activate the clipboard paste key combo (Ctrl+Shift+V).

Vim like yank works fine until the clipboard method is used.

91861 commented 4 years ago

I can't reproduce the problem. Is this issue still relevant?

shoober420 commented 4 years ago

Yes, it still happens for me.

So here is my test scenario.

  1. Use cat, and output a files text.
  2. Use clipboard copy to paste output in terminal (Ctrl+Shift+C then Ctrl+Shift+V).
  3. After pasting text with clipboard method, then attempt to to the vim yank method (Ctrl+Shift+Y).
  4. When hitting the yank key combo, the clipboard text with be pasted instead of the highlighted text being yanked.
91861 commented 4 years ago

Duplicate of #26.

shoober420 commented 4 years ago

Whoops, my fault.