Unfortunately there is no straightforward way to do this.
WindowSelectionChange event will be triggered when anything is changed in Word by mouse click or keyboard.
You can hook in to low level keyboard events like this http://blogs.msdn.com/b/toub/archive/2006/05/03/589423.aspx if you are keen only on keyboard press events.
WindowSelectionChange event will be triggered when anything is changed in Word by mouse click or keyboard.
You can hook in to low level keyboard events like this http://blogs.msdn.com/b/toub/archive/2006/05/03/589423.aspx if you are keen only on keyboard press events.