diff options
author | Lubos Lunak <l.lunak@suse.cz> | 2006-06-19 12:56:05 +0000 |
---|---|---|
committer | Lubos Lunak <l.lunak@suse.cz> | 2006-06-19 12:56:05 +0000 |
commit | e7b4103d0019c6ccfe2651ba63db8cf09e19ee80 (patch) | |
tree | c42d1c1da9d17ca4cb8227c59d3d2034ed3dc6b5 | |
parent | 791f359c0a03dd36e716a9a040a2e4ea620b4059 (diff) | |
download | xdg-specs-e7b4103d0019c6ccfe2651ba63db8cf09e19ee80.tar.xz |
+ - explicit cut/copy commands should always set both CLIPBOARD and
+ PRIMARY, even when copying doesn't involve a selection (e.g. a
+ "copy url" -option which explicitly copies an url without the
+ url being selected first)
+
+ - a selection becoming unselected should never unset PRIMARY
-rw-r--r-- | clipboard/clipboards.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clipboard/clipboards.txt b/clipboard/clipboards.txt index 682467e..610083e 100644 --- a/clipboard/clipboards.txt +++ b/clipboard/clipboards.txt @@ -82,8 +82,15 @@ correct behavior: should always set CLIPBOARD to the currently-selected data (i.e. conceptually copy PRIMARY to CLIPBOARD) + - explicit cut/copy commands should always set both CLIPBOARD and + PRIMARY, even when copying doesn't involve a selection (e.g. a + "copy url" -option which explicitly copies an url without the + url being selected first) + - explicit paste commands should paste CLIPBOARD, not PRIMARY + - a selection becoming unselected should never unset PRIMARY + - possibly contradicting the ICCCM, clients don't need to support SECONDARY, though if anyone can figure out what it's good for they should feel free to use it for that |