Skip to content

Commit

Permalink
Shift Modifier to Jump to Segment Start
Browse files Browse the repository at this point in the history
  • Loading branch information
schillij95 committed Sep 17, 2023
1 parent dd737e2 commit 8b14dde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/VC/CWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,8 @@ void CWindow::Keybindings(void)
"Mouse Left Click: Draw Curve in Pen mode. Adjust Point in Segmentation mode \n"
"Mouse Right Click: Snap Closest Point to Cursor \n"
"Shift + Mouse Left Click: Alternative Snap Closest Point to Cursor \n"
"Mouse Back/Forward Button: Follow Curve View"));
"Mouse Back/Forward Button: Follow Curve View \n"
"Highlighting Segment ID: Shift Modifier to jump to Segment start."));
}

// Pop up about dialog
Expand Down

0 comments on commit 8b14dde

Please sign in to comment.