diff options
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 |