diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index eeb24301c8..de21d172fc 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -628,6 +628,8 @@ var ZoteroPane = new function() var command = Zotero.Keys.getCommand(event.key); + // Tab navigation + // TODO: Select across tabs without selecting with Ctrl-Shift, as in Firefox? let ctrlOnly = event.ctrlKey && !event.metaKey && !event.shiftKey && !event.altKey; if (ctrlOnly) { if (event.key == 'PageUp') {