Navigating FreeCodeCamp web with keyboard only

My mouse has an issue. So I navigate through my system with my keyboard only.

I’m stucked in the code editor pane of the FCC web. Pressing the tab key only seem to insert tab space. And pressing control tab switch between the browser tabs I opened.

Using keyboard shortcuts, how do I switch simultaneously between the instructions pane, code editor, and test output?

Welcome, AtunbiTunde.

If the editor has focus, press ESC, and the instruction pane will have focus. If you SHIFT + TAB through the instruction pane, and the navigation bar, the preview pane will get into focus.

Hope this helps

1 Like