I'm working on an add-in for MS Word and I'd like to create a custom handler for pasting (EditPaste
is the built-in command). I can see that, by default, Ctrl+V and Shift+Insert are bound to EditPaste
, and there are buttons which also initiate a paste.
Unfortunately, some keyboards have additional buttons/combinations which result in a paste action. Is there a way to detect these, possibly using VBA?