---
pv/mainwindow.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp
index 0089b11..77e77a1 100644
--- a/pv/mainwindow.cpp
+++ b/pv/mainwindow.cpp
@@ -123,6 +123,7 @@ void MainWindow::setup_ui()
"MainWindow", "&Open...", 0, QApplication::UnicodeUTF8));
action_open->setIcon(QIcon::fromTheme("document-open",
QIcon(":/icons/document-open.png")));
+ action_open->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_O));
action_open->setObjectName(QString::fromUtf8("actionOpen"));
menu_file->addAction(action_open);
@@ -131,6 +132,7 @@ void MainWindow::setup_ui()
"MainWindow", "&Save As...", 0, QApplication::UnicodeUTF8));
action_save_as->setIcon(QIcon::fromTheme("document-save-as",
QIcon(":/icons/document-save-as.png")));
+ action_save_as->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_S));
action_save_as->setObjectName(QString::fromUtf8("actionSaveAs"));
menu_file->addAction(action_save_as);
--
1.9.0
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
sigrok-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sigrok-devel