Wonderful!
I don't know if I should start this as a new topic, but it's related - I noticed that there are a lot of collisions among accelerators in the menu items.
For example, in the File menu 'A' is set to Save-As, Auto-Reload, and Auto-Save. Save-As for 'A' seems to be vaguely standard for Windows apps (like Notepad) and perhaps the other two are not used so commonly as to need them? In Edit, you have Clipboard Ring and Redo colliding. There are probably many more.
I can walk through the different collisions by pressing the key several times, but this runs into a usability problem due to disabling. Sometimes one or more of these commands will get disabled, and then my memory of how many times to repeat the keypress will be wrong.
These things can be hard to catch by looking at them, and I don't remember if VS has a tool to help (you're building in MFC right?) I think I'd write a little debug-only startup routine that walks each menu, stores the letter after & and asserts that there are no dups. Hmm, I bet something like that is already on codeproject..