I need to enable and disable shortcut key for select all "Ctrl + A".
FindKey(BuildKeyCode(wdKeyControl, wdKeyA)).Disable
FindKey(BuildKeyCode(wdKeyControl, wdKeyA)).Rebind wdKeyCategoryCommand, ??
What is the command parameter for Ctrl + A??
I cannot find this information anywhere!
Also I want to apply it only for my templates: CustomizationContext = ActiveDocument.AttachedTemplate
this doesn't seem to work. it seems to apply to the normal template because if I open any word instance the shortcut key is still disabled.
thank you in advance for your help!