Hi. I am trying to specify Control+, as a keyboard shortcut in a custom FrameMaker command defined in an ExtendScript script. I am using this:
var cmd1 = DefineCommand(1, "LinkToHeadingStepOne", "L1", "^,");
The command works, but the keyboard shortcut doesn't. Any help would be appreciated. Thanks.
Rick