This adds a shortcut, Ctrl+Shift+C to jump into the Configure dive computer dialog.
Signed-off-by: Anton Lundin <[email protected]> --- qt-ui/mainwindow.ui | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 8892153..8434111 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -641,6 +641,9 @@ p, li { white-space: pre-wrap; } <property name="text"> <string>Configure &dive computer</string> </property> + <property name="shortcut"> + <string>Ctrl+Shift+C</string> + </property> </action> <action name="actionReplanDive"> <property name="text"> -- 1.9.1 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
