-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
5.3.1
-
None
-
Windows
In case auto repeat is on, and if you press and hold any key you keep getting keyReleaseEvent along with every keyPress Event.
Qt:FAQ says it is coming from windowing system but actually it is being raised from Qt QPA/windows.
http://qt-project.org/faq/answer/when_keeping_a_key_pressed_down_then_i_receive_a_number_of_keyreleaseevents
If windows is not sending this event then why Qt is unnecessarily sending this?