Revit shortcut for scripts

Hi all,

Is it possible to create shortcuts for dynamo scripts?
I want to build a script that can connect 2 connectors but I want to repeat this action a lot.

This is how I want it:

  • Key Shortcut
  • Revit asks to select elements
  • After selection the script should run

Is this possible or is this only possible with Revit API?

Hi,

Yes you would need to write / use an addin… I believe Orkestra has Hotkeys…

Hope that helps,

Mark

4 Likes

Most of the deployment apps support shortcuts. I’m pretty sure Orkestra and Dyno do, and possibly Nonica tab/Relay also (can’t confirm those 2 though).

3 Likes

Thanks @Mark.Ackerley and @GavinCrump. I will take a look :slight_smile:

3 Likes

You can also set up PyRevit to run Dynamo scripts if you want another option, you can assign hotkeys to these as you can with other PyRevit tools. It requires a bit more fiddling to get it setup, but you have more flexibility in creating a custom toolbar than something like Orkestra does.

4 Likes

That’s great, thanks!