Sublime Forum

Bind "Project->Add Folder to Project" to key

#1

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!

0 Likes

Keyboard shortcut or method to remove a folder from project
#2

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

1 Like