Sublime Forum

Sublime Text 3 build 3103 shortcut lost

#1
    0
    down vote

    favorite

I have just installed an upgrade to this build and everything seems
OK except the shortcut to ‘Quick switch project’ which is ctrl+alt+P

I have noticed a boot error 'Unable to open
/C/Users/mike/AppData/Roaming/Sublime Text 3/Packages/Default/Default
(Windows).sublime-keymap
’ which I suspect may be the problem. I have looked at the folder
structure and there appears not to be a ‘Default’ folder within the
Packages folder. The relevant file is there but in the User folder.

Anyone suggest what is going on and how to fix?

0 Likes

#2

Already addressed in multiple threads here and here, and also in the changelog …

Add the shortcut

{ “keys”: [“ctrl+alt+p”], “command”: “prompt_select_workspace” }

in your user keybinding (Menu preference -> keybindings user)

0 Likes

#3

Whoops - sorry, should have spotted those but thanks for having the patience to repeat the fix. Works perfectly!

0 Likes