X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=150c2fccfa348d9ba9aac48f73016abe2b4c5d96;hb=4166ed6c6648d1ed82cc48787aa717772a1e103f;hp=3326b9b1af47967d0de0603a4bef3cdb4d4684f1;hpb=b4d91e564cfb71d76e4aa8a4328b8a3b739ce383;p=pulseview.git diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 3326b9b1..150c2fcc 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -152,6 +152,7 @@ void MainWindow::setup_ui() _action_view_show_cursors = new QAction(this); _action_view_show_cursors->setCheckable(true); _action_view_show_cursors->setChecked(_view->cursors_shown()); + _action_view_show_cursors->setShortcut(QKeySequence(Qt::Key_C)); _action_view_show_cursors->setObjectName( QString::fromUtf8("actionViewShowCursors")); _action_view_show_cursors->setText(QApplication::translate(