On Sun, Jan 02, 2005 at 09:52:18PM +1100, Mark Ng wrote: > On Sun, 2 Jan 2005 09:49:00 +0200, Tuomo Valkonen <[EMAIL PROTECTED]> wrote: > > On Sun, Jan 02, 2005 at 03:41:57PM +1100, Mark Ng wrote: > > > In Ion3, is there a way to paste the contents of the clipboard into a > > > window via the keyboard instead of clicking the middle mouse button ? > > > > Not a wm feature. Apps must request selections themselves. > > > > what about pushing the contents of the clipboard onto the current > active window ?
I think you could implement this yourself by adding a keybinding that runs xclip to get the selection and xte to send it to the active window as if typed (those programs aren't part of X, but they should be in your distro; xte is part of xautomation). -- Jamie Webb
