skip to Main Content

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


  1. Chosen as BEST ANSWER

    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


  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search