mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
English Docu and FAQ updated and extended (#194)
* Update de-de.markdown * Update help.markdown * Update faq.html * Update 2012-10-28-is-greenshort-really-portable.markdown * Update 2018-03-24-how-can-i-turn-off-logging.markdown * Update 2013-04-16-what-is-the-best-way-to-control-greenshots-configuration-at-install-time.markdown * Create 2020-04-17-how-can-i-open-an-image-file-in-greenshot.markdown * Create 2020-04-18-are-there-any-command-line-options-available.markdown * Create 2020-04-19-how-can-a-screenshot-be-passed-to-another-software.markdown
This commit is contained in:
parent
ab67535590
commit
59a3e6a27b
9 changed files with 73 additions and 27 deletions
|
@ -12,4 +12,5 @@ tags: []
|
||||||
<p>It depends on your definition of portability. Some people would argue that it is not, because it needs to have the Microsoft .NET framework 2.0 or later installed. As this is already the case on most computers, we regard Greenshot as portable. If you prefer portability over an easy install, download the ZIP distribution from our <a href="/version-history/">version history</a>, unpack its contents to your hard disc or a USB stick and start Greenshot.exe. If you do not know whether .NET framework is installed on your computer, simply <a href="/downloads/">download the latest Greenshot installer</a>, it will check for .NET and offer to install it if it is missing.</p>
|
<p>It depends on your definition of portability. Some people would argue that it is not, because it needs to have the Microsoft .NET framework 2.0 or later installed. As this is already the case on most computers, we regard Greenshot as portable. If you prefer portability over an easy install, download the ZIP distribution from our <a href="/version-history/">version history</a>, unpack its contents to your hard disc or a USB stick and start Greenshot.exe. If you do not know whether .NET framework is installed on your computer, simply <a href="/downloads/">download the latest Greenshot installer</a>, it will check for .NET and offer to install it if it is missing.</p>
|
||||||
<p>By depending on the .NET framework, Greenshot obviously also needs a Microsoft Windows operation system to work.</p>
|
<p>By depending on the .NET framework, Greenshot obviously also needs a Microsoft Windows operation system to work.</p>
|
||||||
<p><strong>See also</strong><br />
|
<p><strong>See also</strong><br />
|
||||||
<a href="/faq/will-there-ever-be-a-greenshot-version-for-linux-or-mac/" title="Will there ever be a Greenshot version for Linux or Mac?">Will there ever be a Greenshot version for Linux or Mac?</a></p>
|
<a href="/faq/will-there-ever-be-a-portable-apps-version-of-greenshot/">Will there ever be a Portable Apps version of Greenshot?</a><br /><a href="/faq/will-there-ever-be-a-greenshot-version-for-linux-or-mac/" title="Will there ever be a Greenshot version for Linux or Mac?">Will there ever be a Greenshot version for Linux or Mac?</a></p>
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ Greenshot knows of 3 different files, which are loaded in the following order:
|
||||||
2. greenshot.ini: this is the normal file, with all the settings of the user, which is written by Greenshot. This overrules the settings in the greenshot-defaults.ini file.
|
2. greenshot.ini: this is the normal file, with all the settings of the user, which is written by Greenshot. This overrules the settings in the greenshot-defaults.ini file.
|
||||||
3. greenshot-fixed.ini: has settings which will overrule all settings in the files above.
|
3. greenshot-fixed.ini: has settings which will overrule all settings in the files above.
|
||||||
|
|
||||||
Greenshot will look for every mentioned file, in the described order, first in the same location as the executable (e.g. installation directory) and if there is not there than in %APPDATA%\Greenshot (e.g. ```C:\Users\USERNAME\AppData\Roaming\Greenshot\```).
|
Greenshot will look for every mentioned file, in the described order, first in the same location as the executable (e.g. installation directory) and if there is not there than in %APPDATA%\Greenshot (e.g. ```C:\Users\%USERNAME%\AppData\Roaming\Greenshot\```).
|
||||||
|
|
||||||
The configuration is build from zero, setting for setting, by using the following 4 steps:
|
The configuration is build from zero, setting for setting, by using the following 4 steps:
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,8 @@ to turn off logging completey or
|
||||||
|
|
||||||
<level value="ERROR"/>
|
<level value="ERROR"/>
|
||||||
|
|
||||||
|
to turn on error logging.
|
||||||
|
|
||||||
|
|
||||||
**See also:**
|
**See also:**
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
layout: faq
|
||||||
|
status: publish
|
||||||
|
published: true
|
||||||
|
title: How can I open an image in Greenshot?
|
||||||
|
tags: []
|
||||||
|
|
||||||
|
---
|
||||||
|
Associate an app to a file format by right clicking on an image and select *Open with* from the menu and then *Choose another app*.
|
||||||
|
There, on the very bottom of the options list you can add more apps and select Greenshot which is typically located under ```C:\Program Files\Greenshot```.
|
||||||
|
From then, by right clicking on an image and select *Open with* brings Greenshot as an option to choose for open the file.
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
layout: faq
|
||||||
|
status: publish
|
||||||
|
published: true
|
||||||
|
title: Are there any command line options available for Greenshot?
|
||||||
|
tags: []
|
||||||
|
|
||||||
|
---
|
||||||
|
Yes, a few are implemented. Find the actual list by running the executable on the command line with the parameter /help, e.g.: ```"C:\Program Files\Greenshot\Greenshot.exe" /help```.
|
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
layout: faq
|
||||||
|
status: publish
|
||||||
|
published: true
|
||||||
|
title: How can a screenshot be passed to another software?
|
||||||
|
tags: []
|
||||||
|
|
||||||
|
---
|
||||||
|
This can be done by the so called _external commands_. Here you find some interesting descriptions about them:
|
||||||
|
* [How to use the External Command Plugin to send screenshots to other applications](https://getgreenshot.org/2013/01/28/how-to-use-the-external-command-plugin-to-send-screenshots-to-other-applications/)
|
||||||
|
* [How to send an image to Skype using command line arguments](https://getgreenshot.org/2013/02/17/how-to-send-an-image-to-skype-using-command-line-arguments/)
|
||||||
|
* [How to Upload Screenshots to a Web Server via FTP, SCP or SFTP](https://getgreenshot.org/2013/11/07/how-to-upload-screenshots-to-a-web-server-via-ftp-scp-or-sftp/)
|
||||||
|
|
||||||
|
The screenshots are saved in the temporary folder defined by %TEMP%.
|
||||||
|
|
||||||
|
Furthermore, own batch scripts can be created to realise more complicated or customized tasks.
|
||||||
|
As a hint: _%1_ is the first argument passed to the script and most likely the file name sent from Greenshot by "{0}".
|
||||||
|
_%1_ includes the surrounding quotes whereby _%~1_ removes them in a Windows batch file.
|
|
@ -10,7 +10,7 @@ comments: []
|
||||||
---
|
---
|
||||||
<div class="pull-right">{% include help-nav.html %}</div>
|
<div class="pull-right">{% include help-nav.html %}</div>
|
||||||
|
|
||||||
<small>Version 1.2.10</small>
|
<small>Version 1.2.10</small> - Diese Datei kann bearbeitet werden unter <a href="https://github.com/greenshot/greenshot/blob/gh-pages/help/de-de.markdown">Github</a>
|
||||||
|
|
||||||
|
|
||||||
<h2>Inhalt</h2>
|
<h2>Inhalt</h2>
|
||||||
|
@ -113,7 +113,7 @@ Erstellt einen Screenhot vom gesamten Bildschirm.
|
||||||
<h3>Internet Explorer abfotografieren <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
|
<h3>Internet Explorer abfotografieren <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
|
||||||
<p>
|
<p>
|
||||||
Erstellt komfortabel einen Screenshot von einer Webseite, die gerade im Internet Explorer
|
Erstellt komfortabel einen Screenshot von einer Webseite, die gerade im Internet Explorer
|
||||||
geöffnet ist. Benutzen Sie Greenshots Kontextmenü, um das abzufotografierende Tab im Internet
|
geöffnet ist. Benutzen Sie Greenshots Kontextmenü, um die abzufotografierende Registerkarte im Internet
|
||||||
Explorer aus einer Liste zu wählen oder drücken Sie <kbd>Strg</kbd> + <kbd>Shift</kbd> + <kbd>Drucken</kbd>
|
Explorer aus einer Liste zu wählen oder drücken Sie <kbd>Strg</kbd> + <kbd>Shift</kbd> + <kbd>Drucken</kbd>
|
||||||
um das aktive Tab abzufotografieren.
|
um das aktive Tab abzufotografieren.
|
||||||
</p>
|
</p>
|
||||||
|
@ -121,7 +121,7 @@ um das aktive Tab abzufotografieren.
|
||||||
<a name="editor"></a>
|
<a name="editor"></a>
|
||||||
<h2>Verwendung des Bildeditors</h2>
|
<h2>Verwendung des Bildeditors</h2>
|
||||||
<p>
|
<p>
|
||||||
Greenshot bietet Ihnen einen einfaches Bildbearbeitungswerkzeug mit praktischen
|
Greenshot bietet Ihnen ein einfaches Bildbearbeitungswerkzeug mit praktischen
|
||||||
Möglichkeiten; ein Screenshot kann beispielsweise mit Anmerkungen und Formen
|
Möglichkeiten; ein Screenshot kann beispielsweise mit Anmerkungen und Formen
|
||||||
ergänzt werden. Es ist auch möglich, Teile des Screenshots hervorzuheben oder
|
ergänzt werden. Es ist auch möglich, Teile des Screenshots hervorzuheben oder
|
||||||
unkenntlich zu machen.
|
unkenntlich zu machen.
|
||||||
|
@ -152,7 +152,7 @@ Folgende Formen sind verfügbar: Rechteck <kbd>R</kbd>, Ellipse <kbd>E</kbd>,
|
||||||
Linie <kbd>L</kbd> und Pfeil <kbd>A</kbd>.<br>
|
Linie <kbd>L</kbd> und Pfeil <kbd>A</kbd>.<br>
|
||||||
Klicken Sie die linke Maustaste, halten Sie diese gedrückt und bewegen Sie die Maus,
|
Klicken Sie die linke Maustaste, halten Sie diese gedrückt und bewegen Sie die Maus,
|
||||||
um den Position und Größe der Form zu bestimmen. Lassen Sie die Maustaste los,
|
um den Position und Größe der Form zu bestimmen. Lassen Sie die Maustaste los,
|
||||||
wenn Sie fertig sind.
|
wenn Sie fertig sind. Das Drücken der <kbd>Shift</kbd>-Taste bewirkt, dass die Proportionen gleichmäßig sind, ein Rechteck wird zu einem Quadrat und eine Ellipse zu einem Kreis.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Sie können bereits gemalte Formen verschieben oder ihre Größe ändern. Wählen Sie
|
Sie können bereits gemalte Formen verschieben oder ihre Größe ändern. Wählen Sie
|
||||||
|
@ -245,16 +245,15 @@ Greenshot wählt automatisch einen Bereich für den Zuschnitt aus.
|
||||||
<a name="editor-enlarge"></a>
|
<a name="editor-enlarge"></a>
|
||||||
<h3>Screenshot vergrössern</h3>
|
<h3>Screenshot vergrössern</h3>
|
||||||
<p>
|
<p>
|
||||||
Wenn Sie den Screenshot etwas vergrössern wollen, drücken Sie <kbd>Shift</kbd> + <kbd>+</kbd>, was auf allen vier Seiten je 25 Pixel hinzufügt.
|
Wenn Sie den Screenshot etwas vergrössern wollen, drücken Sie <kbd>Strg</kbd> + <kbd>+</kbd>, was auf allen vier Seiten je 25 Pixel hinzufügt.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a name="editor-adding-graphics"></a>
|
<a name="editor-adding-graphics"></a>
|
||||||
<h3>Adding graphics to a screenshot</h3>
|
<h3>Grafiken zu einem Screenshot hinzufügen</h3>
|
||||||
<p>
|
<p>
|
||||||
You can simply add graphics or images to your screenshot by dragging and dropping an image
|
Sie können einfach Grafiken oder Bilder zu einem Screenshot hinzufügen indem Sie eine Datei in den den Editor ziehen und ablegen (Drag & Drop).<br>
|
||||||
file into the editor window. You can also insert screenshots of other windows by selecting
|
Auch können Sie Screenshots von anderen Fenster einfügen mittels <em>Fenster einfügen</em> aus dem <em>Bearbeiten</em> Menu. Eine Liste aller offenen Fenster erscheint und ermöglicht es eines auszuwählen um es einzufügen.<br>
|
||||||
<em>Insert window</em> from the <em>Edit</em> menu. A list of all open windows appears,
|
Einfügen aus der Zwischenablage mittels <kbd>Strg</kbd> + <kbd>v</kbd> funktioniert ebenfalls.
|
||||||
allowing you to select one for insertion.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a name="editor-reuse-elements"></a>
|
<a name="editor-reuse-elements"></a>
|
||||||
|
|
|
@ -12,7 +12,7 @@ tags: []
|
||||||
{% assign sorted_faqs = site.faqs | sort:"sort_id" %}
|
{% assign sorted_faqs = site.faqs | sort:"sort_id" %}
|
||||||
|
|
||||||
<div class="col-md-6 col-md-offset-3">
|
<div class="col-md-6 col-md-offset-3">
|
||||||
Got a question? Many people do, so there a good chances to find the answer below.
|
Got a question? Many people do, so there a good chances to find the answer below. Edit this page under <a href="https://github.com/greenshot/greenshot/tree/gh-pages/_faqs">Github</a>.
|
||||||
<div id="user_accordion" class="panel-group">
|
<div id="user_accordion" class="panel-group">
|
||||||
{% for faq in sorted_faqs %}
|
{% for faq in sorted_faqs %}
|
||||||
<div class="panel panel-primary">
|
<div class="panel panel-primary">
|
||||||
|
|
|
@ -11,7 +11,7 @@ comments: []
|
||||||
---
|
---
|
||||||
<div class="pull-right">{% include help-nav.html %}</div>
|
<div class="pull-right">{% include help-nav.html %}</div>
|
||||||
|
|
||||||
<p><small>Version 1.2.10<!-- - English translation of help content by YOUR_NAME--></small></p>
|
<p><small>Version 1.2.10</small> - Edit this page under <a href="https://github.com/greenshot/greenshot/blob/gh-pages/pages/help.markdown">Github</a></p>
|
||||||
<h2>Contents</h2>
|
<h2>Contents</h2>
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="#screenshot">Creating a screenshot</a></li>
|
<li><a href="#screenshot">Creating a screenshot</a></li>
|
||||||
|
@ -48,6 +48,11 @@ comments: []
|
||||||
<li><a href="#help-translate">Submit a translation</a></li>
|
<li><a href="#help-translate">Submit a translation</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</ol>
|
</ol>
|
||||||
|
<p> <a name="preface"></a></p>
|
||||||
|
<h2>Preface</h2>
|
||||||
|
<p>
|
||||||
|
Greenshot is running as an own process in the background. To reach the application, you can right click the Greenshot icon in the notification area or directly take a <a href="#screenshot">screenshot</a> by pressing one of the defined keys. Several editor windows can be open in parallel.
|
||||||
|
</p>
|
||||||
<p> <a name="screenshot"></a></p>
|
<p> <a name="screenshot"></a></p>
|
||||||
<h2>Creating a screenshot</h2>
|
<h2>Creating a screenshot</h2>
|
||||||
<p>
|
<p>
|
||||||
|
@ -66,8 +71,8 @@ comments: []
|
||||||
be captured in your screenshot, release the mouse button.
|
be captured in your screenshot, release the mouse button.
|
||||||
</p>
|
</p>
|
||||||
<p class="hint">
|
<p class="hint">
|
||||||
You can use the <kbd>Space</kbd> key to switch between region and<br />
|
You can use the <kbd>Space</kbd> key to switch between region and <a href="#capture-window">window</a> mode.<br />
|
||||||
<a href="#capture-window">window</a> mode.
|
Holding down the <kbd>Shift</kbd> key while capturing fixes one dimension of the selection rectangle.
|
||||||
</p>
|
</p>
|
||||||
<p class="hint">
|
<p class="hint">
|
||||||
If you want to capture an exact area, you can use the <kbd>Arrow</kbd> keys to adjust the mouse cursor
|
If you want to capture an exact area, you can use the <kbd>Arrow</kbd> keys to adjust the mouse cursor
|
||||||
|
@ -77,7 +82,7 @@ comments: []
|
||||||
<p> <a name="capture-last-region"></a></p>
|
<p> <a name="capture-last-region"></a></p>
|
||||||
<h3>Capture last region <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
|
<h3>Capture last region <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
|
||||||
<p>
|
<p>
|
||||||
If you did a <a href="#capture-region">region</a> or <a href="#capture-window">window</a> capture<br />
|
If you did a <a href="#capture-region">region</a> or <a href="#capture-window">window</a> capture
|
||||||
before, you can capture the same region again using this option.
|
before, you can capture the same region again using this option.
|
||||||
</p>
|
</p>
|
||||||
<p> <a name="capture-window"></a></p>
|
<p> <a name="capture-window"></a></p>
|
||||||
|
@ -158,6 +163,9 @@ comments: []
|
||||||
line color, fill color). You can change the options for an existing element after<br />
|
line color, fill color). You can change the options for an existing element after<br />
|
||||||
selecting it, but also for the next element to be drawn after selecting a drawing tool.
|
selecting it, but also for the next element to be drawn after selecting a drawing tool.
|
||||||
</p>
|
</p>
|
||||||
|
<p class="hint">
|
||||||
|
To select a color at the color picker with the pipette, press the pipette and move the mouse around while still holding down the left mouse button. That way you can select a color somewhere from the whole screen, not only Greenshot.
|
||||||
|
</p>
|
||||||
<p class="hint">
|
<p class="hint">
|
||||||
You can select multiple elements for editing or positioning at a time. In order to select multiple<br />
|
You can select multiple elements for editing or positioning at a time. In order to select multiple<br />
|
||||||
elements, hold down the <kbd>Shift</kbd> key while clicking the elements.
|
elements, hold down the <kbd>Shift</kbd> key while clicking the elements.
|
||||||
|
@ -185,7 +193,7 @@ comments: []
|
||||||
<p class="hint">
|
<p class="hint">
|
||||||
If you need to insert line breaks within a text box, hit <kbd>Shift</kbd> + <kbd>Return</kbd> or<br />
|
If you need to insert line breaks within a text box, hit <kbd>Shift</kbd> + <kbd>Return</kbd> or<br />
|
||||||
<kbd>Shift</kbd> + <kbd>Enter</kbd>. <kbd>Ctrl</kbd> + <kbd>Backspace</kbd> delete the previous word,
|
<kbd>Shift</kbd> + <kbd>Enter</kbd>. <kbd>Ctrl</kbd> + <kbd>Backspace</kbd> delete the previous word,
|
||||||
<kbd>Ctrl></kbd> + <kbd>A</kbd> selects to complete text.
|
<kbd>Ctrl</kbd> + <kbd>A</kbd> selects to complete text.
|
||||||
</p>
|
</p>
|
||||||
<p> <a name="editor-highlight"></a></p>
|
<p> <a name="editor-highlight"></a></p>
|
||||||
<h3>Highlighting things</h3>
|
<h3>Highlighting things</h3>
|
||||||
|
@ -207,8 +215,7 @@ comments: []
|
||||||
<p>
|
<p>
|
||||||
Obfuscating parts of a screenshot is a good idea if it contains data which is not<br />
|
Obfuscating parts of a screenshot is a good idea if it contains data which is not<br />
|
||||||
intended for other people to see, e.g. bank account data, names, passwords or faces on images.<br><br />
|
intended for other people to see, e.g. bank account data, names, passwords or faces on images.<br><br />
|
||||||
Use the obfuscate tool <kbd>O</kbd> exactly like the <a href="#editor-highlight">highlight</a><br />
|
Use the obfuscate tool <kbd>O</kbd> exactly like the <a href="#editor-highlight">highlight</a> tool.<br />
|
||||||
tool.<br><br />
|
|
||||||
Available options for obfuscation are:
|
Available options for obfuscation are:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -232,9 +239,8 @@ comments: []
|
||||||
After selecting the crop tool, draw a rectangle for the area of the screenshot you want<br />
|
After selecting the crop tool, draw a rectangle for the area of the screenshot you want<br />
|
||||||
to keep. You can resize the selected area like any other element.<br><br />
|
to keep. You can resize the selected area like any other element.<br><br />
|
||||||
When you are content with your selection, use the confirm button in the toolbar or hit<br />
|
When you are content with your selection, use the confirm button in the toolbar or hit<br />
|
||||||
the <kbd>Enter</kbd> key. You can cancel cropping by clicking the cancel button or hitting<br />
|
the <kbd>Enter</kbd> or the <kbd>Return</kbd> key. You can cancel cropping by clicking the cancel button or hitting <kbd>ESC</kbd>.<br>
|
||||||
<kbd>ESC</kbd>.<br>
|
<kbd>Ctrl</kbd> + <kbd>-</kbd> immediately crops the area to match all existing elements.
|
||||||
<kbd>Strg</kbd> + <kbd>-</kbd> immediately crops the area to match all existing elements.
|
|
||||||
</p>
|
</p>
|
||||||
<p class="hint">
|
<p class="hint">
|
||||||
<em>Auto-Crop</em>: If you need to crop a border of solid background color from your screenshot,<br />
|
<em>Auto-Crop</em>: If you need to crop a border of solid background color from your screenshot,<br />
|
||||||
|
@ -252,7 +258,7 @@ comments: []
|
||||||
You can simply add graphics or images to your screenshot by dragging and dropping an image<br />
|
You can simply add graphics or images to your screenshot by dragging and dropping an image<br />
|
||||||
file into the editor window. You can also insert screenshots of other windows by selecting<br />
|
file into the editor window. You can also insert screenshots of other windows by selecting<br />
|
||||||
<em>Insert window</em> from the <em>Edit</em> menu. A list of all open windows appears,<br />
|
<em>Insert window</em> from the <em>Edit</em> menu. A list of all open windows appears,<br />
|
||||||
allowing you to select one for insertion.
|
allowing you to select one for insertion. Insert an image from the clipboard by <kbd>Ctrl</kbd> + <kbd>v</kbd> works as well.
|
||||||
</p>
|
</p>
|
||||||
<p> <a name="editor-reuse-elements"></a></p>
|
<p> <a name="editor-reuse-elements"></a></p>
|
||||||
<h3>Re-using drawn elements</h3>
|
<h3>Re-using drawn elements</h3>
|
||||||
|
@ -272,7 +278,7 @@ comments: []
|
||||||
menu, the topmost toolbar or via shortcuts:
|
menu, the topmost toolbar or via shortcuts:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><em>Save</em> <kbd>Control</kbd> + <kbd>S</kbd>: saves the image to a file (if the image has already been saved, else displays <em>Save as...</em> dialog</li>
|
<li><em>Save</em> <kbd>Control</kbd> + <kbd>S</kbd>: saves the image to a file (if the image has already been saved, else displays <em>Save as...</em> dialog)</li>
|
||||||
<li><em>Save as...</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd>: lets you choose location, filename and image format for the file to save</li>
|
<li><em>Save as...</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd>: lets you choose location, filename and image format for the file to save</li>
|
||||||
<li><em>Copy image to clipboard</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>: puts a copy of the image into the clipboard, allowing to paste into other programs</li>
|
<li><em>Copy image to clipboard</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>: puts a copy of the image into the clipboard, allowing to paste into other programs</li>
|
||||||
<li><em>Print...</em> <kbd>Control</kbd> + <kbd>P</kbd>: sends the image to a printer</li>
|
<li><em>Print...</em> <kbd>Control</kbd> + <kbd>P</kbd>: sends the image to a printer</li>
|
||||||
|
@ -288,7 +294,7 @@ comments: []
|
||||||
<p> <a name="settings-general"></a></p>
|
<p> <a name="settings-general"></a></p>
|
||||||
<h3>General settings</h3>
|
<h3>General settings</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><em>Language</em>: The language you prefer to be used.<br><br />
|
<li><em>Language</em>: The language you prefer to be used.<br>
|
||||||
You can download additional language files for Greenshot <a target="_blank" href="/downloads/">here</a>. </li>
|
You can download additional language files for Greenshot <a target="_blank" href="/downloads/">here</a>. </li>
|
||||||
<li><em>Launch Greenshot on startup</em>: Start the program when the system has been booted.</li>
|
<li><em>Launch Greenshot on startup</em>: Start the program when the system has been booted.</li>
|
||||||
<li><em>Hotkeys</em>: Customize the hotkeys to be used to create screenshots.</li>
|
<li><em>Hotkeys</em>: Customize the hotkeys to be used to create screenshots.</li>
|
||||||
|
@ -299,7 +305,7 @@ comments: []
|
||||||
<p> <a name="settings-capture"></a></p>
|
<p> <a name="settings-capture"></a></p>
|
||||||
<h3>Capture settings</h3>
|
<h3>Capture settings</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><em>Capture mousepointer</em>: If checked, the mousepointer will be captured. The pointer is handled is a separate element in the editor, so that you can move or remove it later.</li>
|
<li><em>Capture mousepointer</em>: If checked, the mousepointer will be captured. The pointer is handled as a separate element in the editor, so that you can move or remove it later.</li>
|
||||||
<li><em>Play camera sound</em>: Audible feedback when doing a capture</li>
|
<li><em>Play camera sound</em>: Audible feedback when doing a capture</li>
|
||||||
<li><em>Milliseconds to wait before capture</em>: Add a custom time lag before actually capturing the screen.</li>
|
<li><em>Milliseconds to wait before capture</em>: Add a custom time lag before actually capturing the screen.</li>
|
||||||
<li><em>Use interactive window capture mode</em>: Instead of capturing the active window right away, interactive mode<br />
|
<li><em>Use interactive window capture mode</em>: Instead of capturing the active window right away, interactive mode<br />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue