mirror of https://github.com/PCSX2/pcsx2.git
Debugger: Add spacebar as a breakpoint toggle hotkey
This commit is contained in:
parent
582c23bae8
commit
593f977621
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue