Ralf Hildebrandt wrote:
> I'm using 
> 
> XML Editor Professional Edition V2.9
> 
> with:
> 
> Java(TM) 2 Runtime Environment, Standard Edition 1.4.2_06
> Java HotSpot(TM) Client VM 1.4.2_06-b03
> Linux 2.6.12-rc6 i386
> 
> on Debian/unstable
> 
> The problem is this:
> 
> I can cut & paste from XXE -> X11 (both xterm and konsole)
> I can cut & paste from a konsole window under KDE (when using "copy" or "cut" 
> ONLY!) -> XXE
> 
> But:
> 
> I cannot cut & paste from an xterm -> XXE

* If you want to paste using the middle mouse button, use
Options|Options, Edit section and check "Clicking with middle button
pastes system selection". See
http://www.xmlmind.com/xmleditor/_distrib/doc/help/ar01s06s01.html#editOptions2

* If you want to paste using Ctrl-V, add this resource to your ~/.Xdefaults:

----
XTerm*VT100.Translations: #override \
        <Btn1Down>:   select-start() \n\
        <Btn1Motion>: select-extend() \n\
        <Btn1Up>:     select-end(PRIMARY, CUT_BUFFER0, CLIPBOARD) \n\
        <Btn2Up>:     insert-selection(PRIMARY, CUT_BUFFER0, CLIPBOARD)
----

Personally, I want both features and therefore, I did both.

Reply via email to