From 8b14dde7a1c9ad7352e3b0677ad39b4d46268295 Mon Sep 17 00:00:00 2001 From: Julian Schilliger Date: Sun, 17 Sep 2023 20:42:00 +0200 Subject: [PATCH] Shift Modifier to Jump to Segment Start --- apps/VC/CWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/VC/CWindow.cpp b/apps/VC/CWindow.cpp index f18489e68..0f31e980c 100644 --- a/apps/VC/CWindow.cpp +++ b/apps/VC/CWindow.cpp @@ -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