Ambiguous shortcut: Ctrl+D ignored.

Hi all,

 

I often use ctrl+d to duplicate graph and then change data. This is not working anymore and I get the "Ambiguous shortcut: Ctrl+D ignored." message in the console. Any idea what is causing this?

 

Cheers

Most likely, some procedure has defined a menu item with the Ctrl+D shortcut. For instance, if you put this into the Procedure window:

Menu "Macros"
    "Do Something/D", print "doing something"
end

and compile, if a Graph is the active window you will see that message. The "/D" in the menu item defines Ctrl+D as a shortcut, and that conflicts with Ctrl+D shortcut for Duplicate Graph.

You can inspect procedure windows by choosing them in Windows->Procedure Windows.