Tab bar: Add comment for tab navigation in keypress handler
This commit is contained in:
parent
ead8c6bb45
commit
5b947a3896
1 changed files with 2 additions and 0 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue