diff options
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/adf.page | 1 | ||||
-rw-r--r-- | help/C/index.page | 4 | ||||
-rw-r--r-- | help/C/quality.page | 2 | ||||
-rw-r--r-- | help/C/shortcuts.page | 94 |
4 files changed, 1 insertions, 100 deletions
diff --git a/help/C/adf.page b/help/C/adf.page index 91886ce..6074808 100644 --- a/help/C/adf.page +++ b/help/C/adf.page @@ -13,7 +13,6 @@ you can scan all the pages from the feeder via one of following methods: </p> <steps> - <title></title> <title>Use a Keyboard Shortcut</title> <item> <p>Press <keyseq><key>Ctrl</key><key>F</key></keyseq></p> diff --git a/help/C/index.page b/help/C/index.page index c9d8425..9ddb34f 100644 --- a/help/C/index.page +++ b/help/C/index.page @@ -27,8 +27,4 @@ <section id="use" style="2column"> <title>Using the Document</title> </section> - - <section id="shortcuts" style="2column"> - <title>Simple Scan Shortcuts</title> - </section> </page> diff --git a/help/C/quality.page b/help/C/quality.page index 1075783..53e8d45 100644 --- a/help/C/quality.page +++ b/help/C/quality.page @@ -9,7 +9,7 @@ <title>Setting the Image Quality</title> <p> - You can adjust the image quality that is used when the scan is converted to a file by changing this setting in the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu. + You can adjust the image quality that is used when the scan is converted to a file by changing this setting in the save dialog. Using a low quality will result in a small file size but may show some blurring or blockiness in the image. A high quality will keep all the scanned information but require a larger file size. See the <link href="https://en.wikipedia.org/wiki/Lossy_compression">Lossy compression Wikipedia page</link> for more information. diff --git a/help/C/shortcuts.page b/help/C/shortcuts.page deleted file mode 100644 index 21bd57f..0000000 --- a/help/C/shortcuts.page +++ /dev/null @@ -1,94 +0,0 @@ -<page xmlns="http://projectmallard.org/1.0/" - type="guide" - id="shortcut"> - - <info> - <link type="guide" xref="index#shortcuts"/> - </info> - - <title>Keyboard Shortcuts</title> - - <table frame="" rules="rows cols" shade=""> - <tr> - <td><p>Shortcut</p></td> - <td><p>Description</p></td> - </tr> - <tr> - <td><p><keyseq><key>Alt</key><key>D</key></keyseq></p></td> - <td><p>Document menu</p></td> - </tr> - <tr> - <td><p><keyseq><key>Alt</key><key>H</key></keyseq></p></td> - <td><p>Help menu</p></td> - </tr> - <tr> - <td><p><keyseq><key>Alt</key><key>P</key></keyseq></p></td> - <td><p>Page menu</p></td> - </tr> - <tr> - <td><p><keyseq><key>Alt</key><key>F4</key></keyseq></p></td> - <td><p>Close <app>Simple Scan</app></p></td> - </tr> - <tr> - <td><p><keyseq><key>Ctrl</key><key>1</key></keyseq></p></td> - <td><p>Scan a single page</p></td> - </tr> - <tr> - <td><p><keyseq><key>Ctrl</key><key>E</key></keyseq></p></td> - <td><p>Email the document</p></td> - </tr> - <tr> - <td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td> - <td><p>Start a new document</p></td> - </tr> - <tr> - <td><p><keyseq><key>Ctrl</key><key>P</key></keyseq></p></td> - <td><p>Open the Print dialog box</p></td> - </tr> - <tr> - <td><p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p></td> - <td><p>Quit <app>Simple Scan</app></p></td> - </tr> - <tr> - <td><p><keyseq><key>Ctrl</key><key>S</key></keyseq></p></td> - <td><p>Save</p></td> - </tr> - <tr> - <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>S</key></keyseq></p></td> - <td><p>Save As</p></td> - </tr> - <tr> - <td><p><key>Delete</key></p></td> - <td><p>Delete selected page</p></td> - </tr> - <tr> - <td><p><key>End</key></p></td> - <td><p>Select the last page of the document</p></td> - </tr> - <tr> - <td><p><key>Esc</key></p></td> - <td><p>Stop the current scan</p></td> - </tr> - <tr> - <td><p><key>F1</key></p></td> - <td><p>Help</p></td> - </tr> - <tr> - <td><p><key>F10</key></p></td> - <td><p>Document Menu (open/close)</p></td> - </tr> - <tr> - <td><p><key>Home</key></p></td> - <td><p>Select the first page of the document</p></td> - </tr> - <tr> - <td><p><key>[</key></p></td> - <td><p>Rotate Left</p></td> - </tr> - <tr> - <td><p><key>]</key></p></td> - <td><p>Rotate Right</p></td> - </tr> -</table> - -</page> |