ShortcutKeySettings
Contains static methods and properties to control keyboard shortcut keys
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.ShortcutKeySettings
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public static class ShortcutKeySettings
The ShortcutKeySettings type exposes the following members.
Methods
Name
Description
Public Method
Static Member
GetDefaults
Get all the default shortcuts registered with Rhino
Public Method
Static Member
GetLabel
Get the macro label associated with a given keyboard shortcut
Public Method
Static Member
GetMacro
Get macro associated with a given keyboard shortcut
Public Method
Static Member
GetShortcuts
Get all shortcuts registered with Rhino
Public Method
Static Member
IsAcceptableKeyCombo
Is a key plus modifier combination one that can be used with Rhino
Public Method
Static Member
SetMacro(ShortcutKey, String)
Set macro associated with a keyboard shortcut
Public Method
Static Member
SetMacro(KeyboardKey, ModifierKey, String)
Set a macro for a given key and modifier combination
Public Method
Static Member
Update
Add or modify shortcuts with a list or KeyboardShortcut elements