diff --git a/Playlist/PlaylistView.m b/Playlist/PlaylistView.m index 931a80d7c..d047f7e24 100644 --- a/Playlist/PlaylistView.m +++ b/Playlist/PlaylistView.m @@ -128,7 +128,8 @@ return; c = [s characterAtIndex:0]; - if (c == NSDeleteCharacter) + + if (c == NSDeleteCharacter || c == NSBackspaceCharacter || c == NSDeleteFunctionKey) { [playlistController remove:self]; }