I am trying to capture Ctrl+C.
I have noticed that many times, there is no KEY_UP event for C key. I believe it happens in cases KEY_UP event for C key should be thrown just before or after KEY_UP event for Ctrlkey.
Why does this happen? How can I catch the KEY_UP for C key?
Everything works fine: