Ambiguous shortcut: Ctrl+D ignored.
antonin.grenier
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:
"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.
November 13, 2019 at 12:52 pm - Permalink
In reply to Most likely, some procedure… by johnweeks
You were right, I had a /d somewhere in my menu.
Thanks!
November 13, 2019 at 02:12 pm - Permalink