tests: Add Qt.Key.Key_Keyboard
New in Qt 6.10: https://codereview.qt-project.org/c/qt/qtbase/+/605015
This commit is contained in:
parent
7b2773814b
commit
5c2076ab2d
|
|
@ -551,6 +551,7 @@ KEYS = [
|
|||
|
||||
Key('MicVolumeUp', 'Microphone Volume Up', qtest=False),
|
||||
Key('MicVolumeDown', 'Microphone Volume Down', qtest=False),
|
||||
Key('Keyboard', 'Keyboard', qtest=False),
|
||||
|
||||
Key('New', qtest=False),
|
||||
Key('Open', qtest=False),
|
||||
|
|
|
|||
Loading…
Reference in New Issue