Switch to ctrl-f11
for debugger::StepInto
on macOS (#33799)
Plain `f11` is a system keybinding. We already use `ctrl-f11` for this on Linux. Release Notes: - debugger: Switched the macOS keybinding for `debugger::StepInto` from `f11` to `ctrl-f11`.
This commit is contained in:
parent
0553dc0d49
commit
610f4605d8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"shift-cmd-f5": "debugger::RerunSession",
|
||||
"f6": "debugger::Pause",
|
||||
"f7": "debugger::StepOver",
|
||||
"f11": "debugger::StepInto",
|
||||
"ctrl-f11": "debugger::StepInto",
|
||||
"shift-f11": "debugger::StepOut",
|
||||
"home": "menu::SelectFirst",
|
||||
"shift-pageup": "menu::SelectFirst",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue