mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
parent
647e8883e7
commit
99990ec705
1 changed files with 24 additions and 8 deletions
|
@ -11,7 +11,7 @@ comments: []
|
|||
---
|
||||
<div class="pull-right">{% include help-nav.html %}</div>
|
||||
|
||||
<p><small>Version 0.8<!-- - English translation of help content by YOUR_NAME--></small></p>
|
||||
<p><small>Version 1.2.10<!-- - English translation of help content by YOUR_NAME--></small></p>
|
||||
<h2>Contents</h2>
|
||||
<ol>
|
||||
<li><a href="#screenshot">Creating a screenshot</a></li>
|
||||
|
@ -29,6 +29,7 @@ comments: []
|
|||
<li><a href="#editor-highlight">Highlighting things</a></li>
|
||||
<li><a href="#editor-obfuscate">Obfuscating things</a></li>
|
||||
<li><a href="#editor-crop">Cropping the screenshot</a></li>
|
||||
<li><a href="#editor-enlarge">Enlarging the screenshot</a></li>
|
||||
<li><a href="#editor-adding-graphics">Adding graphics to a screenshot</a></li>
|
||||
<li><a href="#editor-reuse-elements">Re-using drawn elements</a></li>
|
||||
<li><a href="#editor-export">Exporting the screenshot</a></li>
|
||||
|
@ -69,9 +70,9 @@ comments: []
|
|||
<a href="#capture-window">window</a> mode.
|
||||
</p>
|
||||
<p class="hint">
|
||||
If you want to capture an exact area, it might be easier to select the initial<br />
|
||||
screenshot area slightly larger and to <a href="#editor-crop">crop</a> the screenshot<br />
|
||||
afterwards using Greenshot's image editor.
|
||||
If you want to capture an exact area, you can use the <kbd>Arrow</kbd> keys to adjust the mouse cursor
|
||||
position pixel-wise, or by 10 pixels if you hold down the <kbd>Ctrl</kbd> key. Hit <kbd>Return</kbd> to apply the
|
||||
start/end position of the selected region. You can toggle the magnifying glass by hitting <kbd>Z</kbd>.
|
||||
</p>
|
||||
<p> <a name="capture-last-region"></a></p>
|
||||
<h3>Capture last region <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
|
||||
|
@ -131,6 +132,12 @@ comments: []
|
|||
captured. If you do not want to use the image editor, you can disable this<br />
|
||||
behavior in the <a href="#settings">settings dialog</a>.
|
||||
</p>
|
||||
<p class="hint">
|
||||
If one or more editor windows are already open and Greenshot is configured to open
|
||||
the destination picker for new screenshots, you can briefly hover the mouse cursor
|
||||
over the entry <em>Open in image editor</em> to reveal a list of all open editor windows
|
||||
to choose from. The new screenshot will be inserted as separate object into the selected editor.
|
||||
</p>
|
||||
<p> <a name="editor-shapes"></a></p>
|
||||
<h3>Drawing shapes</h3>
|
||||
<p>
|
||||
|
@ -144,13 +151,15 @@ comments: []
|
|||
</p>
|
||||
<p>
|
||||
You can move or resize existing shapes after selecting the selection tool<br />
|
||||
<kbd>ESC</kbd> from the toolbar.<br>For every element type there is a specific<br />
|
||||
<kbd>ESC</kbd> from the toolbar. The elements can also be moved by using the <kbd>Arrow</kbd> keys,
|
||||
also in combination with the <kbd>Shift<Kbd> key.<br>
|
||||
For every element type there is a specific<br />
|
||||
set of options available to change the look of the element (e.g. line thickness,<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.
|
||||
</p>
|
||||
<p class="hint">
|
||||
You can select multiple elements for editing 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.
|
||||
</p>
|
||||
<p class="hint">
|
||||
|
@ -175,7 +184,8 @@ comments: []
|
|||
</p>
|
||||
<p class="hint">
|
||||
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>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.
|
||||
</p>
|
||||
<p> <a name="editor-highlight"></a></p>
|
||||
<h3>Highlighting things</h3>
|
||||
|
@ -223,13 +233,19 @@ comments: []
|
|||
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 />
|
||||
the <kbd>Enter</kbd> key. You can cancel cropping by clicking the cancel button or hitting<br />
|
||||
<kbd>ESC</kbd>.
|
||||
<kbd>ESC</kbd>.<br>
|
||||
<kbd>Strg</kbd> + <kbd>-</kbd> immediately crops the area to match all existing elements.
|
||||
</p>
|
||||
<p class="hint">
|
||||
<em>Auto-Crop</em>: If you need to crop a border of solid background color from your screenshot,<br />
|
||||
simply choose <em>Auto-Crop</em> from the <em>Edit</em> menu and Greenshot will automatically<br />
|
||||
select the area for cropping.
|
||||
</p>
|
||||
<a name="editor-enlarge"></a>
|
||||
<h3>Enlarge screenshot</h3>
|
||||
<p>
|
||||
In order to enlarge the screenshot, hit <kbd>Shift</kbd> + <kbd>+</kbd>, which will add 25 pixels to all four sides.
|
||||
</p>
|
||||
<p> <a name="editor-adding-graphics"></a></p>
|
||||
<h3>Adding graphics to a screenshot</h3>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue