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:
Florian Bruhin 2025-10-12 13:32:01 +02:00
parent 7b2773814b
commit 5c2076ab2d
1 changed files with 1 additions and 0 deletions

View File

@ -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),