Profile Picture

Disable Nevron Save As shortcut

Posted By Craig Browder 10 Years Ago
Author
Message
Craig Browder
Question Posted 10 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)

Group: Forum Members
Last Active: 10 Years Ago
Posts: 9, Visits: 17
Is there a way to disable the Nevron "ctrl+s" save feature? When the user clicks on the diagram then presses ctrl+s, the nevron save dialogue is displayed, overriding ours. We need to disable this. Is this possible?

Nevron Support
Posted 10 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746
You can try this:

NDiagramCommand cmd = commandBarsManager.Commander.Commands.GetCommandFromId((int)DiagramCommand.SaveDrawing);
cmd.Shortcut = null;
commandBarsManager.Recreate();


This removes the Shortcut from the SaveDrawing command and rebuilds the UI of the command bars manager.


Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic