Component Builder Keyboard Shortcuts

In the MAX video Web Design Magic, Cory talks about his having set three keyboard shortcuts: Tools, Manage Elements, & Breakout Mode.

I see where the keyboard shortcuts are set, but can’t seem to get the proper “key” word for Manage Elements and Tools… the Breakout Mode is already set and can easily be modified.

What are the proper settings for the other two?
Thanks

Also one for setting Parameters

Hey @sjr1917,

Thanks for reaching out!

In Max’s video about Web Design Magic, Kory created a custom binding to open the Manage Elements and Tools. In order to create your own shortcut, please follow the steps below:

First, you need to enable the dev tool kit under preferences.

Once the dev toolkit is enabled, go to Tools and edit the preferences:

To open the Manage Elements, you can use this code : "open:element-manager": "shift+p", you can set the key binding whatever you want.

To open the Dev toolkit, you can use this code : "open:dev-toolkit": "mod+shift+d", you can set the key binding whatever you want.

The preferences code should look like this one:

Hope that helps.

That’s exactly what I was looking for. THANKS

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.