qutebrowser/qutebrowser/keyinput
Jan Verbeek bbc46d28ff Use lists instead of tuples for comparing
Per one of the diff comments on #1597:
> I used to use a tuple for constant things, but nowadays I'd actually
> prefer a list as a tuple is something more heterogeneous (i.e. it
> makes sense to have a `(x, y)` point as a tuple, but a list of points
> would be a list).
> At some point I should probably change it to a list everywhere 😉
2016-07-12 22:05:32 +02: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 Use lists instead of tuples for comparing 2016-07-12 22:05:32 +02:00
modeparsers.py Simplify some bool conditions 2016-06-07 15:42:59 +02:00