--- rxvt-unicode/doc/rxvtperl.3.html 2006/11/02 17:37:47 1.47 +++ rxvt-unicode/doc/rxvtperl.3.html 2006/12/07 21:31:01 1.48 @@ -520,6 +520,23 @@ or not.

+
macosx-clipboard + +
+

An extension for use on Mac OS X that enabled rxvt to use the +system clipboard by implementing two keyboard events.

+
+
+

This example configuration enables the extension and binds the copy and +paste functionality to Meta-C and Meta-V:

+
+
+
+   URxvt.perl-ext-common: default,macosx-clipboard
+   URxvt.keysym.M-c: perl:macosx-clipboard:copy
+   URxvt.keysym.M-v: perl:macosx-clipboard:paste
+
+
example-refresh-hooks