customizable keyboard shortcuts

This commit is contained in:
itsmattkc
2018-07-21 14:21:57 +01:00
parent 43dc221438
commit c340901419
4 changed files with 137 additions and 24 deletions
+1
View File
@@ -478,6 +478,7 @@ void MainWindow::on_actionGo_to_Next_Cut_triggered()
void MainWindow::on_actionPreferences_triggered()
{
PreferencesDialog pd(this);
pd.setup_kbd_shortcuts(this->menuBar());
pd.exec();
}