diff --git a/src/main_window.cpp b/src/main_window.cpp index 0efb8d5..fed1a69 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -299,7 +299,7 @@ void AC_MainWindow::createMenu() { controls_menu->addAction(controls_setkey); clear_images = new QAction(tr("Clear Images"), this); - clear_images->setShortcut(tr("Ctrl+K")); + clear_images->setShortcut(tr("Ctrl+E")); controls_menu->addAction(clear_images); controls_showvideo = new QAction(tr("Hide Display Video"), this);