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