qutebrowser/tests
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
..
end2end Fix more hinting issues 2018-02-26 20:49:02 +01:00
helpers Merge branch 'per-url' 2018-02-25 19:44:51 +01:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Bring back keyutils.is_modifier() and modifier handling 2018-03-04 20:21:58 +01:00
conftest.py Skip failing scrolling tests on Qt 5.10 on Travis 2018-02-08 10:42:55 +01:00
test_conftest.py Update copyright years 2018-02-05 12:19:50 +01:00