0

When navigating using up and down arrows in the navigation panel on Xcode I want to go to the file currently highlighted. If I press enter I just edit the name of the file.

From this, to actually navigating the file itself. Using only the keyboard.

enter image description here

2 Answers 2

1

Here are some possible solutions :

Press control-` (backquote) to navigate to the next editor (which is probably the main editor).

Press Command-J to get a proposal (which is probably the main editor) and press Enter to confirm

Press command-1 to come back to the navigator

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

Comments

0

Found the solution. If you go to Xcode -> Preferences -> Key bindings and search for "Focus". A command like "Control + `" will work. enter image description here

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.