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

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).

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

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.

That’s great, thanks!