> 
> 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).
> 

I tried os.execute('xte "str `xclip -o`"') and it works fine on the
command line, but when invoked via an ion keybinding, ion gets all the
keystrokes.

However os.execute("xte 'mouseclick 2'") works fine. :)

Thanks for the advice !

-- 
//ng/mark

Reply via email to