When I press Ctrl-L, I’d be placed on the CHAT tab. Then I need to press the COMPOSER tab to go there. But often I forget that and end up initiatg the discussion on CHAT.
Is there a short cut or setting to open COMPOSER by default?
When I press Ctrl-L, I’d be placed on the CHAT tab. Then I need to press the COMPOSER tab to go there. But often I forget that and end up initiatg the discussion on CHAT.
Is there a short cut or setting to open COMPOSER by default?
Hey, for Composer, use the shortcut Ctrl + I
.
Oh that’s EXACTLY what I’ve been looking for, thank you so much!!
By the way, do you know if there’s a way to reassign this shortcut? I had a good time trying to do it but had no luck… none of the shortcuts assigned to CMD + I that I reassigned to the new shortcut were the composer
Try these rules to override your shortcuts.
{
"key": "alt+cmd+n",
"command": "composer.startComposerPrompt"
},
{
"key": "cmd+i",
"command": "-composer.startComposerPrompt"
}
It worked
You’re the best, thank you SO MUCH!!!