]> git.donarmstrong.com Git - dactyl.git/blob - common/locale/en-US/print.xml
Imported Upstream version 1.1+hg7904
[dactyl.git] / common / locale / en-US / print.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
3
4 <!DOCTYPE document SYSTEM "dactyl://content/dtd">
5
6 <document
7     name="print"
8     title="&dactyl.appName; Printing"
9     xmlns="&xmlns.dactyl;"
10     xmlns:html="&xmlns.html;">
11
12 <h1 tag="printing">Printing</h1>
13 <toc start="2"/>
14
15 <item>
16     <tags>:ha :hardcopy</tags>
17     <spec>:ha<oa>rdcopy</oa><oa>!</oa></spec>
18     <description>
19         <p>
20             Print current document. Open a GUI dialog where you can select the printer,
21             number of copies, orientation, etc. When used with <oa>!</oa>, the dialog is skipped
22             and the default printer used.
23         </p>
24     </description>
25 </item>
26
27 <item>
28     <spec>:ha<oa>rdcopy</oa><oa>!</oa> ><a>filename</a></spec>
29     <description>
30         <p>As above, but write the output to <a>filename</a>.</p>
31     </description>
32 </item>
33
34 <h2 tag="&dactyl.host;-print-dialogs">&dactyl.host; printing dialogs</h2>
35
36 <p>
37     The "Print Preview" and "Page Setup" dialogs can be opened via the <ex>:dialog</ex>
38     command
39 </p>
40 <code><ex>:dialog printpreview</ex></code>
41 <p>
42     and
43 </p>
44 <code><ex>:dialog printsetup</ex></code>
45 <p>
46     respectively.
47 </p>
48
49 </document>
50
51 <!-- vim:se sts=4 sw=4 et: -->