Tab bar: Add comment for tab navigation in keypress handler

This commit is contained in:
Dan Stillman 2020-09-20 02:46:56 -04:00
parent ead8c6bb45
commit 5b947a3896

View file

@ -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') {