jupyter-xeus / cpp-terminal

C++ library for writing multiplatform terminal applications
https://jupyter-xeus.github.io/cpp-terminal/
Other
490 stars 53 forks source link

Pressing Ctrl, Alt, Shift creates a copy paste event on windows? #279

Closed TobiasWallner closed 11 months ago

TobiasWallner commented 1 year ago

Discussed in https://github.com/jupyter-xeus/cpp-terminal/discussions/278

Originally posted by **TobiasWallner** July 24, 2023 I was just trying to make my application so, that it would not trigger a re-render on held down control keys when I noticed that they do not create a key event that I could catch but a create an empty copy paste event. How am I supposted to distinguish them from other 'real' copy paste events?
flagarde commented 11 months ago

@TobiasWallner I think this is fixed right ?

TobiasWallner commented 11 months ago

yes

flagarde commented 11 months ago

@TobiasWallner great, thx for the news. Closing it then