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
|
|
@ -575,6 +575,24 @@ Available Tools
|
|||
|
||||
See the "Options" documentation.)
|
||||
|
||||
Printer Dialog Options
|
||||
|
||||
By default, Tux Paint only shows the printer
|
||||
dialog (or, on Linux/Unix, runs the
|
||||
"altprintcommand", e.g., "kprinter" instead of
|
||||
"lpr") if the [Alt] key is held while clicking
|
||||
the 'Print' button.
|
||||
|
||||
However, this behavior can be changed. You can
|
||||
have the printer dialog always appear by using
|
||||
"--altprintalways" on the command-line, or
|
||||
"altprint=always" in Tux Paint's configuration
|
||||
file. Or, you can prevent the [Alt] key from
|
||||
having any effect by using "--altprintnever",
|
||||
or "altprint=never".
|
||||
|
||||
See the "Options" documentation.)
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Quit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue