Method RemoveKeyInputBinding
RemoveKeyInputBinding(KeyInputBinding)
Removes a key input binding.
public void RemoveKeyInputBinding(KeyInputBinding inputBinding)
Parameters
inputBinding
KeyInputBindingThe key input binding to remove.
RemoveKeyInputBinding(string)
Removes a key input binding with the specified key.
public void RemoveKeyInputBinding(string inputBindingKey)
Parameters
inputBindingKey
stringThe key of the input binding to remove.