Switch to `ctrl-f11` for `debugger::StepInto` on macOS (#33799)
Cole Miller
created
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`.