diff --git a/src/gui/editors/SongEditor.cpp b/src/gui/editors/SongEditor.cpp index 716b2f734..a86028805 100644 --- a/src/gui/editors/SongEditor.cpp +++ b/src/gui/editors/SongEditor.cpp @@ -503,7 +503,7 @@ void SongEditor::keyPressEvent( QKeyEvent * ke ) { m_song->setPlayPos( 0, Song::Mode_PlaySong ); } - else if( ke->key() == Qt::Key_Delete ) + else if( ke->key() == Qt::Key_Delete || ke->key() == Qt::Key_Backspace ) { QVector tcoViews; QVector so = selectedObjects();