qutebrowser/tests/unit/keyinput
Florian Bruhin 7cb781cc92 Simplify handling of modifier-only keys
Now that we don't rely on str(KeyInfo) being empty anywhere, there's no reason
to return an empty string for only-modifier keypresses anymore.

While those keys can't be bound (QKeySequence('Shift') == Qt.Key_unknown)
there's also no reason to explicitly ignore them.
2018-03-04 20:21:57 +01:00
..
conftest.py Update copyright years 2018-02-05 12:19:50 +01:00
key_data.py Refactor keyutils tests involving all keys 2018-03-04 20:21:57 +01:00
test_basekeyparser.py Fix lint and tests 2018-03-04 20:21:57 +01:00
test_keyutils.py Simplify handling of modifier-only keys 2018-03-04 20:21:57 +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