I am creating a task pane app and need to provide short cut keys in Word for some functions. Tried using KeyBindings.Add but always get a message that the key cannot be overridden - however I suspect the problem is something else - perhaps security, or the fact that it expects the name of a Macro (as opposed to something in the assembly).

How can we capture shrotcut keys and react to them in VSTO 2005 for Word 2003?