diff --git a/pages/help.markdown b/pages/help.markdown index 9c41706fa..961f6f050 100644 --- a/pages/help.markdown +++ b/pages/help.markdown @@ -11,7 +11,7 @@ comments: [] ---
Version 0.8
+Version 1.2.10
You can create a screenshot either by using the Print key on your keyboard
- or by right clicking the Greenshot icon in the systray.
+ or by right clicking the Greenshot icon in the notification area.
There are several options for creating a screenshot:
- If you want to capture an exact area, it might be easier to select the initial
- screenshot area slightly larger and to crop the screenshot
- afterwards using Greenshot's image editor.
+ If you want to capture an exact area, you can use the Arrow keys to adjust the mouse cursor
+ position pixel-wise, or by 10 pixels if you hold down the Ctrl key. Hit Return to apply the
+ start/end position of the selected region. You can toggle the magnifying glass by hitting Z.
Greenshot's image editor may not only be used for screenshots. You can also
open images for editing from a file or from clipboard. Simply right click
- the Greenshot icon in the systray and select Open image from file
+ the Greenshot icon in the notification area and select Open image from file
or Open image from clipboard, respectively.
@@ -131,6 +132,12 @@ comments: []
captured. If you do not want to use the image editor, you can disable this
behavior in the settings dialog.
+ 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 Open in image editor 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. +
@@ -144,13 +151,15 @@ comments: []
You can move or resize existing shapes after selecting the selection tool
- ESC from the toolbar.
For every element type there is a specific
+ ESC from the toolbar. The elements can also be moved by using the Arrow keys,
+ also in combination with the Shift key.
+ For every element type there is a specific
set of options available to change the look of the element (e.g. line thickness,
line color, fill color). You can change the options for an existing element after
selecting it, but also for the next element to be drawn after selecting a drawing tool.
- You can select multiple elements for editing at a time. In order to select multiple
+ You can select multiple elements for editing or positioning at a time. In order to select multiple
elements, hold down the Shift key while clicking the elements.
@@ -175,7 +184,8 @@ comments: []
If you need to insert line breaks within a text box, hit Shift + Return or
- Shift + Enter.
+ Shift + Enter. Ctrl + Backspace delete the previous word,
+ Ctrl> + A selects to complete text.
Auto-Crop: If you need to crop a border of solid background color from your screenshot,
simply choose Auto-Crop from the Edit menu and Greenshot will automatically
select the area for cropping.
+ In order to enlarge the screenshot, hit Shift + +, which will add 25 pixels to all four sides. +
diff --git a/update-feed.json b/update-feed.json index 6f79bfa4f..1c65e62af 100644 --- a/update-feed.json +++ b/update-feed.json @@ -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 %} } \ No newline at end of file