Link keyboard shortcut to macro

  • Thread starter Thread starter hardieca
  • Start date Start date
H

hardieca

Hi,

I've create a macro that encodes all special characters as HTML
entities, and I want it to run every time the user saves the document.
I can link to the macro on the toolbar and the File -> Save command
under the File menu, but I want the macro to fire when the user hits
Ctrl-S as well to ensure the macro runs.

Currently Ctrl-S saves the document, is there any way to overwrite
that?

Many thanks,

C.
 
I believe for that you have to write an add-in in C++ and link it onto
FrontPage. There's a FrontPage SDK that has details.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
o--> Microsoft Visual Web Developer 2005 Express Edition: Build a Web Site
Now!
o--> Microsoft Office FrontPage 2003 Inside Out
o--> Microsoft Windows SharePoint Services Inside Out
o--> Faster Smarter Beginning Programming
 
Back
Top