This customization adds a custom binding for otherwise unbound command insertCharByName
. See configuration element binding. The reference of all built-in commands is found in another document: XMLmind XML Editor - Commands.
<!-- =======================================================================
Inserts at caret position a character specified using its entity name.
======================================================================== -->
<binding>
<keyPressed code="ESCAPE" />
<charTyped char="C" />
<command name="insertCharByName" />
</binding>
.
more macro-commands and bindings
.
.