From: Colin Clark Date: Wed, 8 Nov 2017 17:06:50 +0000 (+0000) Subject: Fix #137: "Copy path" problem (or may be feature) X-Git-Tag: v1.4~28 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=051b52178e91ceb59900fc8baf1c94231f90ef35;p=geeqie.git Fix #137: "Copy path" problem (or may be feature) https://github.com/BestImageViewer/geeqie/issues/137 Additional option on Preferences/Behavior to select either PRIMARY or CLIPBOARD for the copy path menu item --- diff --git a/doc/docbook/GuideOptionsBehavior.xml b/doc/docbook/GuideOptionsBehavior.xml index 673cc59d0..df2584ca4 100644 --- a/doc/docbook/GuideOptionsBehavior.xml +++ b/doc/docbook/GuideOptionsBehavior.xml @@ -140,6 +140,34 @@ This is the width and height of the icon generated from image and displayed when doing drag and drop actions. High resolution screens may require to increase this number. + + + Copy path clipboard selection + + + + This option determines which clipboard selection is used for the "Copy path" menu item. The exact method of the paste operation will depend on the operating system, but in general will be: + + + + PRIMARY + + + Paste using mouse middle-click, or shift-insert. + + + + + CLIPBOARD + + + Paste using mouse right-click and select paste, or control-v. + + + + + +