parent
9a58be243e
commit
eb54cd82f6
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ export class CitationDialogKeyboardHandler {
|
|||
handled = true;
|
||||
this.doc.dispatchEvent(new CustomEvent("dialog-cancelled"));
|
||||
}
|
||||
else if (event.key == "f" && (Zotero.isMac ? event.metaKey : event.ctrlKey)) {
|
||||
handled = true;
|
||||
this._id("bubble-input").focus();
|
||||
}
|
||||
if (handled) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue