From 9ac75d8b02a89e4d550cd26549ab0ac415f355ed Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 18 Apr 2019 19:03:50 -0400 Subject: add support for ctl-end hotkey in flow graphs --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 8418a22c..30ced763 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -166,6 +166,7 @@ protected: void moveToStartOfLine(bool selecting); void moveToEndOfLine(bool selecting); void moveToStartOfView(); + void moveToEndOfView(); void selectAll(); void selectNone(); void navigateToHighlightedToken(); -- cgit v1.3.1