Hi,
I’d like to bind the command “Project->Add Folder to Project” to a keyboard shortcut. What command do I bind it to? I tried:
{ “keys”: “super+shift+o”], “command”: “add_folder_to_project” } but it didn’t work.
Thanks!
Hi,
I’d like to bind the command “Project->Add Folder to Project” to a keyboard shortcut. What command do I bind it to? I tried:
{ “keys”: “super+shift+o”], “command”: “add_folder_to_project” } but it didn’t work.
Thanks!
The command you’re looking for is prompt_add_folder
You can see all the commands used by the menu by looking through Packages/Default/Main.sublime-menu