Git commit bfad24df97723cd78b3340309fe054f4c2913f26 by Burkhard L?ck. Committed on 28/07/2013 at 17:48. Pushed by lueck into branch 'KDE/4.11'.
add sect about drag and drop (cherry picked from commit 922133096c85595032f7214ccfd4be7684f88e31) backport to 4.11.1 M +18 -0 doc/index.docbook http://commits.kde.org/ksnapshot/bfad24df97723cd78b3340309fe054f4c2913f26 diff --git a/doc/index.docbook b/doc/index.docbook index 0cc3e22..37c7907 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -345,6 +345,24 @@ into a viewer or graphics application.</para></listitem> </variablelist> </sect2> + +<sect2 id="drag-and-drop"> +<title>Drag and Drop</title> +<para>A captured image can be dragged to another application or document. If the application is able +to handle images, a copy of the full is inserted there. +</para> +<para>If you drag a screenshot into a file manager window, a dialog pops up where you can edit the filename +and select the image format and the file will be inserted into the actual folder. +</para> +<para>If you drag the screenshot to a text box, the path to the temporary saved file is inserted. This is usefull +for example to upload a screenshot through web forms or to attach screenshots into bug reports +on the <ulink url="https://bugs.kde.org/">&kde; bugtracker</ulink>. +</para> +<para>This works with all clients that do not pick up the image data, but only look for a &URL; +in the dragged mimedata. +</para> + </sect2> + </sect1> </chapter>
