Click or drag to resize
Keybindings Methods

The Keybindings type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddKeybinding
Registers a new keybinding with the specified name and default value. If the keybinding does already exist, possibly because it was loaded from configuration automatically, the default value is ignored and the existing Key is returned instead.
Public methodStatic memberGet
Gets the keybinding associated with the specified name. If the name is not a registered keybinding, an InvalidOperationException is thrown.
Top
See Also