Commit 5b4ed1e2 authored by Adam Goins's avatar Adam Goins
Browse files

Added the ctrl+del keyboard shortcut to the TableMainWindow's

parent 30bf967b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@ namespace Isis {

    QAction *clear = new QAction(this);
    clear->setText("Clear table");
    clear->setShortcut(Qt::CTRL + Qt::Key_Delete);
    connect(clear, SIGNAL(triggered()), this, SLOT(clearTable()));

    QAction *close = new QAction(this);