|
||
|
SeaMonkey Browser FAQLast updated on November 3, 2004.
How do I get "Open link in new tab" at the top of the right-click menu?
Close Mozilla (including quick launch).
<menuitem id="context-openlinkintab"
label="&openLinkCmdInTab.label;"
accesskey="&openLinkCmdInTab.accesskey;"
oncommand="gContextMenu.openLinkInTab();"/>
<menuitem id="context-openlink"
label="&openLinkCmd.label;"
accesskey="&openLinkCmd.accesskey;"
oncommand="gContextMenu.openLink();"/>
Replace the original file with the edited one, and zip up comm.jar. |
|