qutebrowser/qutebrowser/keyinput
Ryan Roden-Corrent b1440a1804 Implement utils.is_special_key.
The check `key.startswith('<') and key.endswith('>') is repeated many
times in code to check for a special key. Replace all these with a call
to the same function.
2016-05-19 20:48:48 -04:00
..
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
basekeyparser.py Implement utils.is_special_key. 2016-05-19 20:48:48 -04:00
keyparser.py Show exception stack when handling cmdexc errors. 2016-05-13 07:43:44 +02:00
modeman.py Various code style improvements 2016-04-27 20:25:27 +02:00
modeparsers.py Return False when MarkKeyParser gets special key. 2016-04-19 17:30:57 -04:00