Git commit 873d58d0321149922ed32b9b7cf8ef736adf139e by Yuri Chornoivan. Committed on 22/08/2019 at 12:52. Pushed by yurchor into branch 'master'.
Add new option (saving image to clipboard) to docs M +- -- doc/ApplicationPreferences.png M +8 -2 doc/index.docbook https://commits.kde.org/spectacle/873d58d0321149922ed32b9b7cf8ef736adf139e diff --git a/doc/ApplicationPreferences.png b/doc/ApplicationPreferences.png index 6bc3f93..80ff57a 100644 Binary files a/doc/ApplicationPreferences.png and b/doc/ApplicationPreferences.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 073f0ef..3e51f45 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -29,8 +29,8 @@ <legalnotice>&FDLNotice;</legalnotice> - <date>2019-08-10</date> - <releaseinfo>Applications 19.08</releaseinfo> + <date>2019-08-22</date> + <releaseinfo>Applications 19.12</releaseinfo> <abstract> <para>&spectacle; is a simple application for capturing desktop screenshots. It can capture images of the entire desktop, a single monitor, the currently active window, the window currently under the mouse, or a rectangular region of the screen. The images can then be printed, sent to other applications for manipulation, or quickly be saved as-is.</para> @@ -269,6 +269,12 @@ <para>When a shortcut to make screenshot is pressed and &spectacle; is already running it is possible to configure the behavior of the screenshoting system. You can choose between taking a new screenshot, opening of a new &spectacle; window, and returning focus to the existing &spectacle; window.</para> </listitem> </varlistentry> + <varlistentry> + <term><guilabel>After taking a screenshot</guilabel></term> + <listitem> + <para>Allows copying image to clipboard. The default action is <guilabel>Do nothing</guilabel>, &ie;, do not copy the image to clipboard.</para> + </listitem> + </varlistentry> <varlistentry> <term><guilabel>Use light background</guilabel></term> <listitem>
