Merge pull request #1 from greenshot/gh-pages

update
This commit is contained in:
mischl 2020-04-17 12:48:24 +02:00 committed by GitHub
commit 45a14c21ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 23 deletions

View file

@ -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>
@ -51,7 +52,7 @@ comments: []
<h2>Creating a screenshot</h2>
<p>
You can create a screenshot either by using the <kbd>Print</kbd> key on your keyboard<br />
or by right clicking the Greenshot icon in the systray.<br><br />
or by right clicking the Greenshot icon in the notification area.<br><br />
There are several options for creating a screenshot:
</p>
<p> <a name="capture-region"></a></p>
@ -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>
@ -123,7 +124,7 @@ comments: []
<p class="hint">
Greenshot's image editor may not only be used for screenshots. You can also<br />
open images for editing from a file or from clipboard. Simply right click<br />
the Greenshot icon in the systray and select <em>Open image from file</em><br />
the Greenshot icon in the notification area and select <em>Open image from file</em><br />
or <em>Open image from clipboard</em>, respectively.
</p>
<p class="hint">
@ -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>

View file

@ -1,17 +1,8 @@
---
permalink: update-feed.json
---
{% assign sorted-releases = site.github.releases | where: "draft", "false" | where: "prerelease", "false" %}{
"releases": [{% for release in sorted-releases limit:2 %}{% for asset in release.assets %}{% if asset.name contains 'Greenshot-INSTALLER' %}{
"link": "{{asset.browser_download_url}}",
"version": "{{release.tag_name}}",
"publishDate": "{{asset.created_at}}"
}{% if forloop.last == false%},{% endif %}{% endif %}{% endfor %}{% endfor %}
],{% assign sorted-unstables = site.github.releases | where: "draft", "false" | where: "prerelease", "true" %}
"betas": [{% for release in sorted-unstables limit:2 %}{% for asset in release.assets %}{% if asset.name contains 'Greenshot-INSTALLER' %}{
"link": "{{asset.browser_download_url}}",
"version": "{{release.tag_name}}",
"publishDate": "{{asset.created_at}}"
}{% if forloop.last == false%},{% endif %}{% endif %}{% endfor %}{% endfor %}
]
{
"modified": "{{ 'now' | date: '%Y-%m-%d %H:%M' }}",
{% assign sorted-releases = site.github.releases | where: "draft", "false" | where: "prerelease", "false" %}"release": {% for release in sorted-releases limit:1 %}{% for asset in release.assets %}{% if asset.name contains 'Greenshot-INSTALLER' and asset.name contains 'RELEASE' %}"{{release.tag_name}}",{% endif %}{% endfor %}{% endfor %}
{% assign sorted-unstables = site.github.releases | where: "draft", "false" | where: "prerelease", "true" %}"beta": {% for release in sorted-unstables limit:1 %}{% for asset in release.assets %}{% if asset.name contains 'Greenshot-INSTALLER' and asset.name contains 'UNSTABLE' %}"{{release.tag_name}}"{% endif %}{% endfor %}{% endfor %}
}