RE: bug #9942
SVN 3482 XP2
CB has a number of "duplicate" first letter menu items.
Eg., Open, Open default workspace, Close file, Close all files, etc.
When I invoke Alt-F O, CB currently jumps over the Open item and executes the Open default workspace item. I verified this by setting a trap in the code.
When I invoke Alt-F Close, CB alternately jumps to all items beginning with C but always jumps over the Close item.
When I rename "Open default workspace" to "Xpen default workspace" Alt-F-Open then works.
I then modified the menu sample, attempting to duplicate the problem. I could not. It worked perfectly.
I made three menu items. EDummy1, EDummy2, &Exit. Alt-F-E alway exited.
What is the difference. Is there some OS options that is causing this?