Skip to content

Commit

Permalink
fixed scroll name
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Jan 21, 2024
1 parent 85067e4 commit 619ccc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/MainImports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -918,12 +918,12 @@ const SHORTCUT_COMMAND_MAP = [
},
{
command: "largeScroll" as const,
name: "Bigger Scroll (Scroll B)",
name: "Scroll Down (Scroll B)",
defaultKeys: ["space"],
},
{
command: "largeScrollReverse" as const,
name: "Bigger Scroll (Scroll B)",
name: "Scroll Up (Scroll B)",
defaultKeys: ["shift+space"],
},
{
Expand Down

0 comments on commit 619ccc1

Please sign in to comment.