I had a dig around mainwindow.cpp, not really familiar with C++ but MSDN says it’s VK_BACK or KEY_BACKSPACE
In mainwindow.cpp its deleteKeys.prepend(QKeySequence(Qt::Key_Backspace))
so by all accounts should work? Maybe this line can’t be accessed somehow on OSX?