mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-02 21:35:22 -04:00
Change new mixer channel shortcut to shift+insert
This commit is contained in:
@@ -511,7 +511,10 @@ void FxMixerView::keyPressEvent(QKeyEvent * e)
|
||||
}
|
||||
break;
|
||||
case Qt::Key_Insert:
|
||||
addNewChannel();
|
||||
if ( e->modifiers() & Qt::ShiftModifier )
|
||||
{
|
||||
addNewChannel();
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user