Change redo shortcut from ctrl-r to ctrl-y

Ctrl-y is more standard and used in many applications, ctrl-r is used pretty much nowhere.
This commit is contained in:
Vesa
2014-07-26 14:46:30 +03:00
parent 7e5359af96
commit 37fa46792a

View File

@@ -286,7 +286,7 @@ void MainWindow::finalize()
edit_menu->addAction( embed::getIconPixmap( "edit_redo" ),
tr( "Redo" ),
this, SLOT( redo() ),
Qt::CTRL + Qt::Key_R );
Qt::CTRL + Qt::Key_Y );
edit_menu->addSeparator();
edit_menu->addAction( embed::getIconPixmap( "setup_general" ),
tr( "Settings" ),