parent
3bfc6740c4
commit
70c9bef320
1 changed files with 14 additions and 0 deletions
|
@ -652,6 +652,20 @@ var ZoteroPane = new function()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (event.metaKey && event.altKey) {
|
||||||
|
if (event.key == 'ArrowLeft') {
|
||||||
|
Zotero_Tabs.selectPrev();
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
else if (event.key == 'ArrowRight') {
|
||||||
|
Zotero_Tabs.selectNext();
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tab navigation: Ctrl-Tab / Ctrl-Shift-Tab
|
// Tab navigation: Ctrl-Tab / Ctrl-Shift-Tab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue