-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
4.7.4
-
None
-
Windows
Set a shortcut key to some action: Alt + <some key>. Alt + Y shortcut used during the testing.
- Attachment includes a modified version of Qt example application ($QTDIR/examples/mainwindows/application) where the Alt+Y shortcut key has been set into the copy action.
Steps to reproduce:
- open the attached application
- press Alt + Y (no need to type any letters)
- release keys on order: 1) Alt 2) Y
--> error: File menu is focused (just like only the 'Alt' key would have been pressed).
Error cannot be reproduced if the keys are released on order: 1) Y 2) Alt.