qutebrowser/tests/unit/keyinput
Florian Bruhin 482b622b1b Fix handling of empty bindings without breaking :unbind
1899e313fd as a fix for #3631 broke :unbind, as
the config system treats None and '' equally.

Instead, allow None/'' again, but just handle it as "no binding".
2018-03-08 11:42:27 +01:00
..
conftest.py Allow to bind numbers in keybindings 2018-03-07 22:37:10 +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 handling of empty bindings without breaking :unbind 2018-03-08 11:42:27 +01:00
test_keyutils.py Apply key_mappings to KeySequences correctly 2018-03-06 21:39:57 +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