> Look for this function:
> HTMLArea.prototype._editorEvent = function(ev) {
>
> Fix the following line:
> if (keyEvent && ev.ctrlKey) {
>
> With:
>
> if (keyEvent && ev.ctrlKey && !ev.altKey) {
> Yeah it works :-) Thanks Solt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
