Method AddKeyBinding
AddKeyBinding(Key, params Command[])
Adds a new key combination that will trigger the given command
(if supported by the View - see GetSupportedCommands())
If the key is already bound to a different Command it will be rebound to this one
public void AddKeyBinding(Key key, params Command[] command)