Age | Commit message (Collapse) | Author |
|
Fixes: https://github.com/dillo-browser/dillo/issues/66
|
|
Allows zooming in and out of pages by changing the size of all elements,
including font size, images and tables. The initial zoom is specified in
the "zoom_factor" option of dillorc.
Use the new shortcuts Ctrl+ and Ctrl- to adjust the zoom of the current
page and Ctrl 0 to reset it to 100%. When a new tab or window is opened,
the current zoom factor is inherited. Each tab retains its own zoom
factor.
Fixes: https://github.com/dillo-browser/dillo/issues/21
|
|
|
|
|
|
Redefined "hide-panels" to close the findbar if it's visible, and all the
panels when the findbar is not visible.
|
|
|
|
|
|
|
|
|
|
This should make it easier for the casual reader to tell what's what in
keys.cc.
|
|
|
|
|