0

Xcode screenshot highlighting two tabs in the left hand panel (Project Navigator and Issue Navigator), the main code editor, and the scroll bar overview

(By way of background I have been helping a local blind child learn coding. He's switching schools from a Windows based school to a Mac based school so I am trying to familiarise myself with VoiceOver on the Mac.)

Using just the keyboard (and with VoiceOver running) how do I switch focus between Xcode's main editing area, the project navigator, the issues navigator, and the scroll bar overview (we sometimes end up in the last one by accident!)

1
  • I originally asked this here (and here) but I have just remembered that IDE specific questions are OK for SO. In fact Ask Different has 1,139 questions tagged 'xcode' while Stack Overflow has 135.4K! Commented Nov 17, 2019 at 12:40

1 Answer 1

2

The shortcuts you are looking for are the following

  • The project navigator is: +1 (Cmd-1)
  • The issues navigator is: +5 (Cmd-5)
  • Main Editing area is (once you have selected a file in the issues or project navigator):
    • +J (Cmd-J) and, after release, (Return) or
    • ++` (Opt-Cmd-`)
  • The Mini Map: +++M (Ctrl-Cmd-Shft-M)

Hope that helps.

Sign up to request clarification or add additional context in comments.

1 Comment

I've ended up cross-posting this here. If you want to copy-and-paste your answer there too I'll accept it there

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.