Steve Valaitis wrote: > > 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?
--> Find attached to this email a customize.xxe file which binds command include to F2, F3, F4. Adapt customize.xxe if you prefer to use other keystrokes. --------------------------------------------------------------- <?xml version='1.0' encoding='ISO-8859-1'?> <configuration xmlns="http://www.xmlmind.com/xmleditor/schema/configuration" xmlns:cfg="http://www.xmlmind.com/xmleditor/schema/configuration"> <binding> <keyPressed code="F2" /> <command name="include" parameter="before[implicitElement][useXInclude]" /> </binding> <binding> <keyPressed code="F3" /> <command name="include" parameter="into[implicitElement][useXInclude]" /> </binding> <binding> <keyPressed code="F4" /> <command name="include" parameter="after[implicitElement][useXInclude]" /> </binding> </configuration> --------------------------------------------------------------- --> Please copy this file to XXE_user_preferences_dir/addon/ and restart XXE. XXE_user_preferences_dir is: * $HOME/.xxe/ on Unix, * %SystemDrive%\Documents and Settings\%USERNAME%\Application Data\XMLmind\XMLeditor\ on Windows 2000/XP, * %SystemDrive%\winnt\Profiles\%USERNAME%\Application Data\XMLmind\XMLeditor\ on Windows NT. --> More information in http://www.xmlmind.com/xmleditor/_distrib/doc/configure/bindings_generic.html -------------- next part -------------- A non-text attachment was scrubbed... Name: customize.xxe Type: text/xml Size: 655 bytes Desc: not available Url : http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20051104/d4922b97/attachment.xml

