So you mean it would bring up a Browser with that link? We have had requests to make Cmd+click on Mac, and Ctrl+click in other platforms open up an editor window with the link. I recently added that command on the popup menu (see nsEditLinkCommand in ComposerCommands.js). To open in a browser, you would use: window.openDialog(getBrowserURL(), "_blank", "chrome,all,dialog=no", element.href); instead of EditorOpenUrl(element.href); Charley
roberto toro wrote: > Hello, > > I would like to try to change the mozilla editor (I code in macintosh) > to > allow an Option+Click that instead of let you edit the link will send > you > to the link... > > Do you think it is posible (simple)? > Do you know of someone that has already tryied it? > > thanks in advance, > roberto > > >
