mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-02 05:16:40 -04:00
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:
@@ -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" ),
|
||||
|
||||
Reference in New Issue
Block a user