Question
Adding Control+/ as a shortcut to a command
Hi All, I am trying to define a command and add a shortcut to it. I want to use Control+/ but I can't figure out the correct syntax. I tried this, but it didn't work:
cmd = topMenu.DefineAndAddCommand (40, "MyCommandCmd", "My Command", "\^/");

