debugger: Add keyboard navigation for breakpoint list (#31221)
Release Notes: - Debugger Beta: made it possible to navigate the breakpoint list using menu keybindings.
This commit is contained in:
@@ -872,6 +872,13 @@
|
||||
"ctrl-i": "debugger::ToggleSessionPicker"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "BreakpointList",
|
||||
"bindings": {
|
||||
"space": "debugger::ToggleEnableBreakpoint",
|
||||
"backspace": "debugger::UnsetBreakpoint"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "CollabPanel && not_editing",
|
||||
"bindings": {
|
||||
|
||||
Reference in New Issue
Block a user