Get keyboard shortcut entered in Revit

412 views Asked by At

I have a Revit plug in that gets the command that a user activated from the ribbon bar. I now need to do the same when the user types a shortcut sequence. What event should I be using to intercept this?

1

There are 1 answers

2
Augusto Goncalves On

don't believe that will be possible using Revit API, but you may track the keys events for the shortcut you need...