[oXygen-user] Shortcut to type a non-breaking space

Oxygen XML Editor Support support at oxygenxml.com
Tue Feb 18 04:36:04 CST 2014


Hi Yves,

You could create an Author action for it and assign a keyboard shortcut 
to the action.
If in the Preferences->"Document Type Association" page you edit the 
DITA document type in the "Author" tab there is an "Actions" tab to 
which you can add a new action. The action should be enabled in any 
XPath context (you can set true() to the activation XPath context) and 
should call a predefined operation 
"ro.sync.ecss.extensions.commons.operations.InsertFragmentOperation" 
with a parameter which represents the small XML fragment to insert, in 
our case:

>  

You can also add your action to the toolbars, main and contextual menus.

More about creating a custom action here:

http://www.oxygenxml.com/doc/ug-oxygen/#tasks/dg-insert-section-action.html

Regards,
Radu

Radu Coravu
<oXygen/>  XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

On 2/18/2014 10:58 AM, Yves Barbion wrote:
> Hi group
>
> Can a shortcut, for example CTRL+SHIFT+spacebar, be used to type a
> non-breaking space (&nbsp;) in oXygen's XML Author Author mode?
>
> If yes, how?
>
> Thanks
>
> --
> Yves Barbion
> www.scripto.nu <http://www.scripto.nu>
>
>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at oxygenxml.com
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
>


More information about the oXygen-user mailing list