qutebrowser/qutebrowser/keyinput
Florian Bruhin 29ad252278 Handle ² keypress correctly
Turns out str.isdigit() also handles ² as a digit, but int('²') causes a
ValueError.

Here we use `string.digits` instead, which is '0123456789'.

Fixes #3743
2018-05-22 12:25:45 +02:00
..
__init__.py Update copyright years 2018-02-05 12:19:50 +01:00
basekeyparser.py Handle ² keypress correctly 2018-05-22 12:25:45 +02:00
keyutils.py Change the formatting of the numpad keys 2018-03-21 15:41:08 +00:00
macros.py Update copyright years 2018-02-05 12:19:50 +01:00
modeman.py Fix lint 2018-03-09 07:07:04 +01:00
modeparsers.py Fix lint 2018-03-09 14:13:29 +01:00