Florent Guillaume wrote:
On a Mac, shift-alt-"-" or other shortcuts don't work (it decreases font size), so I start the editor by adding &engine=editor at the end of the URL. However in that case the Exit button does nothing. I have to re-change the URL to quit the editor. Is this expected ?

Florent


Hi,
'exit' simply removes the 'nxthemes.engine' cookie. I would suspect that the cookie's path isn't set correctly when the URL is written by hand.

Otherwise what keys would work on Mac? it is possible to register other shortcut keys for the editor, that's in:

org.nuxeo.theme/nuxeo-theme-jsf-editor/src/main/resources/OSGI-INF/nxthemes-jsf-editor-contrib.xml

<extension target="org.nuxeo.theme.services.ThemeService" point="shortcuts">
   <shortcut key="-" target="/nuxeo/nxthemes-select?engine=editor" />
 </extension>

/JM


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to