Skip to content

Commit

Permalink
Improved clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfryd committed Dec 20, 2024
1 parent b8eae66 commit 3299d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ see all supported options.
- 1: Toggle hide/show left video
- 2: Toggle hide/show right video
- 3: Toggle hide/show HUD
- 4: Display 1:1
- 4: Zoom to 1:1 pixels
- 5: Zoom 50% (x0.5)
- 6: Zoom 100% (x1)
- 7: Zoom 200% (x2)
Expand Down
2 changes: 1 addition & 1 deletion controls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static const std::vector<std::pair<std::string, std::string>> controls{{"H", "To
{"1", "Toggle hide/show left video"},
{"2", "Toggle hide/show right video"},
{"3", "Toggle hide/show HUD"},
{"4", "Display 1:1"},
{"4", "Zoom to 1:1 pixels"},
{"5", "Zoom 50% (x0.5)"},
{"6", "Zoom 100% (x1)"},
{"7", "Zoom 200% (x2)"},
Expand Down

0 comments on commit 3299d40

Please sign in to comment.