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
|
Before 0.1
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
- Don't use configaparser for keys because we can't use = (to bind zoom)
|
||||||
- Check FIXMEs
|
- Check FIXMEs
|
||||||
- Manpage
|
- Manpage
|
||||||
- Website
|
- Website
|
||||||
|
@ -595,7 +595,7 @@ DATA = OrderedDict([
|
|||||||
('sk', 'set keybind'),
|
('sk', 'set keybind'),
|
||||||
('-', 'zoomout'),
|
('-', 'zoomout'),
|
||||||
('+', 'zoomin'),
|
('+', 'zoomin'),
|
||||||
('=', 'zoom'),
|
#('=', 'zoom'),
|
||||||
('[[', 'prevpage'),
|
('[[', 'prevpage'),
|
||||||
(']]', 'nextpage'),
|
(']]', 'nextpage'),
|
||||||
('{{', 'tabprevpage'),
|
('{{', 'tabprevpage'),
|
||||||
|
Loading…
Reference in New Issue
Block a user