qutebrowser/tests/unit/keyinput
Florian Bruhin 29fdd1acc4 Make sure all keyboard modifiers are handled correctly
This handles Qt.KeypadModifier (Num+...) correctly, adds tests for converting
modifiers to strings, and strips Qt.GroupSwitchModifier as QKeySequence doesn't
know about it.

Fixes #3675
2018-03-05 22:11:26 +01:00
..
conftest.py Refactor other keyinput tests 2018-03-04 20:21:58 +01:00
key_data.py Make sure all keyboard modifiers are handled correctly 2018-03-05 22:11:26 +01:00
test_basekeyparser.py Fix old macOS-specific test code 2018-03-05 18:30:34 +01:00
test_keyutils.py Make sure all keyboard modifiers are handled correctly 2018-03-05 22:11:26 +01:00
test_modeman.py Fix test_modeman.py 2018-03-05 11:08:21 +01:00
test_modeparsers.py Refactor other keyinput tests 2018-03-04 20:21:58 +01:00