Q: VSCode Open Recent Ctrl+R Shortcut Removed

Viewed 2260

During one of the many recent Insider builds removed the "Open Recent" ctrl+r keyboard shortcut. I would add it back manually but cannot find the actually VSCode workbench or whatever command. Does anyone know what happened to the shortcut or at least what the command is so I can remap it?

2 Answers

Undigging topic. In my case I had to remove every Ctrl+R XXX key binding and leave only open recentCtrl+R`.

File -> preferences -> keyboard shortcuts. Search for Ctrl+R and remove all except File: Open Recent

Related