Skip to content

Commit

Permalink
Make submission menu keyboard of ff not open find menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Sep 12, 2024
1 parent 17cbd06 commit e610e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2571,6 +2571,8 @@ function hotkeyListener(e: KeyboardEvent): void {
submitSegments();
return;
} else if (keybindEquals(key, openSubmissionMenuKey)) {
e.preventDefault();

openSubmissionMenu();
return;
} else if (keybindEquals(key, previewKey)) {
Expand Down

0 comments on commit e610e03

Please sign in to comment.