Shortcut custom ribbon tab or panel

Shortcut custom ribbon tab or panel

Anonymous
Not applicable
513 Views
1 Reply
Message 1 of 2

Shortcut custom ribbon tab or panel

Anonymous
Not applicable

Hello,

is there a way to create a shortcut for my custom ribbon tab? I want to press the "Alt" button and navigate to "MyCustom" tab as you can see in the attached screenshot.

 

Thanks for your help.

 

Greetings

 

0 Likes
514 Views
1 Reply
Reply (1)
Message 2 of 2

jeremytammik
Autodesk
Autodesk

I am not aware of any Revit API support for this.

 

However, you can almost certainly achieve what you wish using the Windows API and .NET framework.

 

The simplest solution that you might want to try out first is to prepend an ampersand '&' to your desired shortcut character:

 

https://stackoverflow.com/questions/4625820/how-can-you-create-alt-shortcuts-in-a-windows-forms-appl...

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes