Debugger: Add spacebar as a breakpoint toggle hotkey

This commit is contained in:
Ty Lamontagne 2023-10-14 20:57:55 -04:00 committed by refractionpcsx2
parent 582c23bae8
commit 593f977621
1 changed files with 1 additions and 0 deletions

View File

@ -609,6 +609,7 @@ void DisassemblyWidget::keyPressEvent(QKeyEvent* event)
contextCopyInstructionText();
break;
case Qt::Key_B:
case Qt::Key_Space:
contextToggleBreakpoint();
break;
case Qt::Key_M: