Jacek.Lewandowski at ifb-group.com wrote: > > I would like to remove some default key bindings e.g. CTRL+A. CTRL+H itc., > becouse it's a bit confusing for our employees. How can I do this? >
See "Generic bindings" http://www.xmlmind.com/xmleditor/_distrib/doc/configure/bindings_generic.html Note that a binding not containing a command has the effect to remove the keyboard shortcut. Example, if you add what follows in your customize.xxe file, the Ctrl-A keyboard shortcut (which is normally bound to the repeat command--*A* like *A*gain) is removed: <binding> <keyPressed code="A" modifiers="mod" /> </binding> See also the "binding" configuration element http://www.xmlmind.com/xmleditor/_distrib/doc/configure/binding.html

