1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-25 09:02:27 +01:00
Files
pentadactyl-pm/common/locale/en-US/print.xml
Doug Kearns 9f53da0ce3 Use entities in xmlns attributes where missing.
--HG--
extra : rebase_source : 9c46da3c53e76ed33a3839e7c59acacbd0ee7805
2010-10-20 13:49:32 +11:00

54 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
<!DOCTYPE document SYSTEM "chrome://dactyl/content/help.dtd">
<document
name="print"
title="&dactyl.appName; Printing"
xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;">
<h1 tag="printing">Printing</h1>
<toc start="2"/>
<item>
<tags>:ha :hardcopy</tags>
<spec>:ha<oa>rdcopy</oa><oa>!</oa></spec>
<description>
<p>
Print current document. Open a GUI dialog where you can select the printer,
number of copies, orientation, etc. When used with <oa>!</oa>, the dialog is skipped
and the default printer used.
</p>
</description>
</item>
<item>
<spec>:ha<oa>rdcopy</oa><oa>!</oa> ><a>filename</a></spec>
<description>
<p>As above, but write the output to <a>filename</a>.</p>
<note>Not available on Windows.</note>
</description>
</item>
<h2 tag="&dactyl.host;-print-dialogs">&dactyl.host; printing dialogs</h2>
<p>
The "Print Preview" and "Page Setup" dialogs can be opened via the <ex>:dialog</ex>
command
</p>
<code><ex>:dialog printpreview</ex></code>
<p>
and
</p>
<code><ex>:dialog printsetup</ex></code>
<p>
respectively.
</p>
</document>
<!-- vim:se sts=4 sw=4 et: -->