Method RemoveDefaultKeyBinding
RemoveDefaultKeyBinding(Command)
Removes the key binding for command from DefaultKeyBindings
and raises DefaultKeyBindingsChanged so that subscribers pick up the change immediately.
public static bool RemoveDefaultKeyBinding(Command command)
Parameters
commandCommandThe command whose binding should be removed.