Why does pressing Ctrl, Alt, Shift create a copy paste event? #278
Replies: 2 comments 4 replies
-
I mean the copy paste event is empty, so I could check for an empty string but there is no function that lets me get a reference of the string to just check the |
Beta Was this translation helpful? Give feedback.
4 replies
-
@TobiasWallner Please submit an issue to not forget that should be fixed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions