Karl DeBisschop wrote:
> 
> It would also be nice if it would paste with unix button 2, even if the
> paste came off some other clipboard.

Aside the fact the XXE V2 does not (yet) support primary selection but
just the clipboard, It is pretty easy to bind a mouse click with middle
button to command paste. This can be done by adding the following
binding element to XXE configuration files:

<binding>
  <mousePressed button="2" />
  <command name="paste" parameter="toOrInto" />
</binding>

"XMLmind XML Editor - Power User's Guide" documents this kind of
customization. See
http://www.xmlmind.com/xmleditor/_distrib/docs/poweruser/index.html

Reply via email to