What is the best way to create a shortcut hook mechanism for Office

Posted by rak3sh on Stack Overflow See other posts from Stack Overflow or by rak3sh
Published on 2010-04-04T20:39:51Z Indexed on 2010/04/04 20:43 UTC
Read the original article Hit count: 188

Filed under:
|

I am looking to create shortcut handler for MS Office.
I am creating an addin with VS2010 for Office 2010. The handler needs to listen to all keyboard events when Word/PowerPoint is active.

Although there is a lot of material for creating application level shortcut handlers, I couldn't find one that was specific to Office.

It would be great if somebody could suggest techniques with sample c# code.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about office-interop