I am desperately trying to figure out how to switch between windows in Visual Studio Code. Finder has a menu item Cylcle Through Windowsthat I often use. However, this seems to be a Finder option. So I looked at global keyboard shortcuts (since the requirement is probably the same for many applications) and assigned it Move focus to next windowto shift-cmd-F1. This works in Finder and a text editor, but not in Visual Studio code. I checked if the key binding is overridden in VSC, but I don't think so.
Has anyone figured this out and can help me?
Edit : just discovered that this is actually a global shortcut in System Preferences> Keyboard> Keyboard Shortcuts> Move focus to the next window. Unfortunately, Visual Code does not use it.
source
share