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