b3834835ed
Turns out when we press yY, we get three events: Qt.Key_Y, Qt.NoModifier Qt.Key_Shift, Qt.ShiftModifier Qt.Key_Y, Qt.ShiftModifier If we don't ignore the second one, our keychain will be interrupted by the Shift keypress. |
||
---|---|---|
.. | ||
conftest.py | ||
key_data.py | ||
test_basekeyparser.py | ||
test_keyutils.py | ||
test_modeman.py | ||
test_modeparsers.py |