This avoids the temptation of creating a Qt.Key() manually, which needs to be checked for ValueError with PyQt 6.2 due to its handling of unknown enum values. This is exactly what happened in RegisterKeyParser, which caused such a ValueError: https://github.com/qutebrowser/qutebrowser/issues/7047#issuecomment-1163288560 Closes #7047 |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| key_data.py | ||
| test_basekeyparser.py | ||
| test_bindingtrie.py | ||
| test_keyutils.py | ||
| test_modeman.py | ||
| test_modeparsers.py | ||