Don't bind '=' because configparser fucks up
This commit is contained in:
parent
5933ebf29c
commit
0d6ecf04bf
1
TODO
1
TODO
@ -1,6 +1,7 @@
|
||||
Before 0.1
|
||||
==========
|
||||
|
||||
- Don't use configaparser for keys because we can't use = (to bind zoom)
|
||||
- Check FIXMEs
|
||||
- Manpage
|
||||
- Website
|
||||
|
@ -595,7 +595,7 @@ DATA = OrderedDict([
|
||||
('sk', 'set keybind'),
|
||||
('-', 'zoomout'),
|
||||
('+', 'zoomin'),
|
||||
('=', 'zoom'),
|
||||
#('=', 'zoom'),
|
||||
('[[', 'prevpage'),
|
||||
(']]', 'nextpage'),
|
||||
('{{', 'tabprevpage'),
|
||||
|
Loading…
Reference in New Issue
Block a user