Steve Valaitis wrote: >>If you don't like the "copyAsInclusion"/"pasteInclusionEnabled" way of >>doing things, may be you'll like command "include". See >>http://www.xmlmind.com/xmleditor/_distrib/doc/commands/include. > html. You >>can bind this command (with parameter "into", "after", etc) to any >>keystroke you want. > > That sounds like what I'm looking for. I was looking for where to set > key-bindings and am not clear exactly where to do it. Do I create a > configure.xxe file in the Application Data/XMLmind/XMLEditor directory, > or is there a config file to edit in the main install directory?
For example you can add the following menu item to include the feature in a menu and tie it to an F key (F11 in this example): <item label="XXE Include" command="include"parameter="into[useXInclude]"> <accelerator code="F11" /> </item> More on how to add a menu: http://www.xmlmind.com/xmleditor/_distrib/doc/configure/menu.html More on the include command: http://www.xmlmind.com/xmleditor/_distrib/doc/commands/include.html Alternatives might have been introduced with v3 of XXE but I haven't had the time to investigate these yet. -claus -- http://techwriter.dk/tools/xxe/glosstool.html

