Skip to content

Commit

Permalink
update command help too
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Oct 6, 2023
1 parent 49254cb commit 2ba4bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2032,9 +2032,9 @@ impl ProfApp {
show_row("Pan 1%", "Shift + Left/Right Arrow");
show_row("Zoom In", "Ctrl + Plus/Equals");
show_row("Zoom Out", "Ctrl + Minus");
show_row("Undo Zoom", "Ctrl + Left Arrow");
show_row("Redo Zoom", "Ctrl + Right Arrow");
show_row("Reset Zoom", "Ctrl + 0");
show_row("Undo Pan/Zoom", "Ctrl + Left Arrow");
show_row("Redo Pan/Zoom", "Ctrl + Right Arrow");
show_row("Reset Pan/Zoom", "Ctrl + 0");
show_row("Expand Vertical Spacing", "Ctrl + Alt + Plus/Equals");
show_row("Shrink Vertical Spacing", "Ctrl + Alt + Minus");
show_row("Reset Vertical Spacing", "Ctrl + Alt + 0");
Expand Down

0 comments on commit 2ba4bc0

Please sign in to comment.