diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index c8d2f44d9..751372872 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -1304,7 +1304,7 @@ var ZoteroPane = new function() */ function loadURI(uri, event, data) { // Open in new tab - if (event.metaKey) { + if (event.metaKey || (!Zotero.isMac && event.ctrlKey)) { var tab = gBrowser.addTab(uri); var browser = gBrowser.getBrowserForTab(tab);