The Ctrl E shortcut focuses the tab in the side nav corresponding to the currently open editor. It also opens the sidebar and closes settings if needed.
Ctrl Shift E does the same thing.
The choice of key was inspired by Visual Studio Code, which has:
Ctrl E: Search file by name
Ctrl Shift E: Focus the file Explorer
Also set focus when opening and closing the settings page. Previously it lost focus.
The Ctrl E shortcut focuses the tab in the side nav corresponding to the currently open editor. It also opens the sidebar and closes settings if needed. Ctrl Shift E does the same thing. The choice of key was inspired by Visual Studio Code, which has:
Also set focus when opening and closing the settings page. Previously it lost focus.
And remove the
resize
event because it is unused.