]> git.donarmstrong.com Git - dactyl.git/blob - common/locale/en-US/print.xml
Initial import of 1.0~b6
[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
32         <note>Not available on Windows.</note>
33     </description>
34 </item>
35
36 <h2 tag="&dactyl.host;-print-dialogs">&dactyl.host; printing dialogs</h2>
37
38 <p>
39     The "Print Preview" and "Page Setup" dialogs can be opened via the <ex>:dialog</ex>
40     command
41 </p>
42 <code><ex>:dialog printpreview</ex></code>
43 <p>
44     and
45 </p>
46 <code><ex>:dialog printsetup</ex></code>
47 <p>
48     respectively.
49 </p>
50
51 </document>
52
53 <!-- vim:se sts=4 sw=4 et: -->