qutebrowser/tests/unit/keyinput
Florian Bruhin b3834835ed Bring back keyutils.is_modifier() and modifier handling
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.
2018-03-04 20:21:58 +01:00
..
conftest.py Bring back keyutils.is_modifier() and modifier handling 2018-03-04 20:21:58 +01:00
key_data.py Refactor keyutils tests involving all keys 2018-03-04 20:21:57 +01:00
test_basekeyparser.py Bring back keyutils.is_modifier() and modifier handling 2018-03-04 20:21:58 +01:00
test_keyutils.py Bring back keyutils.is_modifier() and modifier handling 2018-03-04 20:21:58 +01:00
test_modeman.py Update copyright years 2018-02-05 12:19:50 +01:00
test_modeparsers.py Get rid of BaseKeyparser.Type 2018-02-27 13:01:41 +01:00