Added "altprint..." options to affect 'Print' button behavior
(always act like [Alt] is held, never let [Alt] bring up a dialog, or normal behavior). Closes bug 1191193.
This commit is contained in:
parent
a953d54099
commit
d8914de190
6 changed files with 136 additions and 3 deletions
|
|
@ -144,7 +144,7 @@ New Breed Software</p>
|
|||
Restrict printing so that printing can occur only once every
|
||||
<i>SECONDS</i> seconds.
|
||||
</dd>
|
||||
|
||||
|
||||
<dt><code><b>printcommand=<i>COMMAND</i></b></code></dt>
|
||||
<dd>
|
||||
<p><i>(Linux and Unix only)</i></p>
|
||||
|
|
@ -197,6 +197,31 @@ New Breed Software</p>
|
|||
used again, as long as the "printcfg" option is set.</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>altprint=always</b></code></dt>
|
||||
<dd>
|
||||
<p>This causes Tux Paint to always show the printer dialog
|
||||
(or, on Linux/Unix, run the "altprintcommand") when the 'Print' button
|
||||
is clicked. In other words, it's like clicking 'Print' while holding
|
||||
<b>[Alt]</b>, except you don't need to hold <b>[Alt]</b> every time.</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>altprint=never</b></code></dt>
|
||||
<dd>
|
||||
<p>This prevents Tux Paint from <i>ever</i> showing the printer dialog
|
||||
(or, on Linux/Unix, run the "altprintcommand") when the 'Print' button
|
||||
is clicked. In other words, it makes the <b>[Alt]</b> key have no
|
||||
effect when clicking the 'Print' button.</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>altprint=mod</b></code></dt>
|
||||
<dd>
|
||||
<p>This is the normal, default behavior. Tux Paint shows a
|
||||
printer dialog (or, on Linux/Unix, runs the "altprintcommand"),
|
||||
when the <b>[Alt]</b> key is pressed while the 'Print' button is clicked.
|
||||
Clicking 'Print' without holding <b>[Alt]</b> prints without showing
|
||||
a dialog.</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>simpleshapes=yes</b></code></dt>
|
||||
<dd>
|
||||
Disable the rotation step of the 'Shape' tool.
|
||||
|
|
|
|||
|
|
@ -807,6 +807,25 @@ New Breed Software</p>
|
|||
<p>See the "<a href="OPTIONS.html"><i>Options</i></a>"
|
||||
documentation.)</p>
|
||||
</dd>
|
||||
|
||||
<dt>Printer Dialog Options</dt>
|
||||
<dd>
|
||||
<p>By default, Tux Paint only shows the printer dialog
|
||||
(or, on Linux/Unix, runs the "altprintcommand", e.g.,
|
||||
"kprinter" instead of "lpr") if the <b>[Alt]</b> key is held
|
||||
while clicking the 'Print' button.</p>
|
||||
|
||||
<p>However, this behavior can be changed. You can have the
|
||||
printer dialog always appear by using
|
||||
"<code>--altprintalways</code>" on the command-line, or
|
||||
"<code>altprint=always</code>" in Tux Paint's configuration
|
||||
file. Or, you can prevent the <b>[Alt]</b> key from having any
|
||||
effect by using "<code>--altprintnever</code>", or
|
||||
"<code>altprint=never</code>".</p>
|
||||
|
||||
<p>See the "<a href="OPTIONS.html"><i>Options</i></a>"
|
||||
documentation.)</p>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
<br clear=all>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue