Thank you.

I'm happy to do a little customizing here, and share with the rest.

I took my first go at "Control-F" to move one char forward, but it isn't 
clear to me from the reference doc how to specify the "modifiers" - 
"control" in this case. My first guess was:

   <binding>
     <keyPressed code="CONTROL" />
     <charTyped char="f" />
     <command name="moveDotTo" parameter="nextChar" />
   </binding>


but xxe chokes on this. Would you give me a hint to get me on my way?

Thanks,

Cris


Hussein Shafie wrote:
> Cris Merritt wrote:
> 
>>Call me old fashioned, but I'm happier editing with emacs-style key
>>bindings, at least for basic cursor movement. Is this sort of
>>customization possible in XXE v3?
>>
>>In the mailing list archives, I see this question asked with respect to
>>v2, a couple years ago. And the answer was "no".
> 
> 
> The answer is now yes. See
> http://www.xmlmind.com/xmleditor/_distrib/doc/configure/bindings_generic.html
> 
> In order to give you a quick start, please use "Options|Install
> Add-ons", install the add-on called "A sample customize.xxe", restart XXE.
> 
> This customization file already contains the following bindings (among
> other useful thnigs): Esc C, Esc U, Esc L, Esc F, Esc B, Esc D, Esc !,
> Esc x, ``electric braces'' (i.e. type ')' and it highlights the
> corresponding '(').

Reply via email to