diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-09 21:52:14 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-25 20:45:21 +0200 |
commit | 06f9083bdeb085b7b9de762fa029f6519e142dbe (patch) | |
tree | b3efca1e52e04f11a2087696d643d3ccfb84993d /doc/user_help.in.html | |
parent | 52d9a4726da51b78bc5ed445588efb17f5f4e637 (diff) |
Add support for zoom factor
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
Diffstat (limited to 'doc/user_help.in.html')
-rw-r--r-- | doc/user_help.in.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/user_help.in.html b/doc/user_help.in.html index 66480681..e6dbc29d 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -90,6 +90,7 @@ keywords. Generated for version __VERSION__.</p> <li><a href="#scrolling">Scrolling</a></li> <li><a href="#find-text">Find text</a></li> <li><a href="#copy-and-paste">Copy and paste</a></li> + <li><a href="#zoom">Zoom</a></li> </ul> </li> <li><a href="#navigation">Navigation</a> @@ -235,6 +236,16 @@ If you want to paste an URL into Dillo, do it on the "clear-URL" button (the "X" next to the <a href="#location-bar">location bar</a>). <p> +<h3 id="zoom">Zoom</h3> +<p> +You can increase or decrease the size of the elements of a page by changing the +zoom factor. Use <code>Ctrl +</code> to increase the size, <code>Ctrl -</code> +to decrease it and <code>Ctrl 0</code> to reset the value to 100%. +<p> +The initial zoom factor is specified by the <code>zoom_factor</code> option in +the <a href="#dillorc">dillorc</a> configuration file. When a new tab or window +is opened, the current zoom factor value is inherited. + <h2 id="navigation">Navigation</h2> This section focuses on how to navigate to other pages by following hyperlinks, using bookmarks, typing or pasting a new URL or using the history. @@ -778,6 +789,9 @@ The list of default bindings is given in the following table. <tr><td>Ctrl-U <td> <td>View source <tr><td>Ctrl-B <td>Bookmarks <td>View bookmarks <tr><td>Ctrl-Q <td>Quit <td>Quit dillo +<tr><td>Ctrl-+ or Ctrl-= <td>Bigger <td>Zoom in +<tr><td>Ctrl-- <td>Smaller <td>Zoom out +<tr><td>Ctrl-0 <td>100% <td>Reset zoom to 100% <tr><td>Back or "<b>,</b>" <td>< <td>Previous page <tr><td>Shift-Back or "<b>.</b>" <td>> <td>Next page <tr><td>Alt-F <td>File <td>File menu |