qutebrowser/tests
Florian Bruhin d1854eddaf Handle invalid keys coming from Qt
When pressing a key which doesn't exist as Qt.Key, we don't get Qt.Key_unknown
like we'd expect, but we get 0x0 instead...

Let's add that as a new "nil" key (to not conflict with None/unknown/zero/...)
and handle it appropriately.

This can be reproduced by doing:
setxkbmap -layout us,gr -option grp:alt_shift_toggle
and pressing Alt-Shift/Shift-Alt.
2018-03-05 15:42:52 +01:00
..
end2end Fix test_mhtml_e2e with Qt 5.11 2018-03-05 11:36:29 +01:00
helpers Refactor other keyinput tests 2018-03-04 20:21:58 +01:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Handle invalid keys coming from Qt 2018-03-05 15:42:52 +01:00
conftest.py Add missing ) 2018-03-02 06:58:37 +01:00
test_conftest.py Update copyright years 2018-02-05 12:19:50 +01:00