ShortcutKeySettings Methods |
The ShortcutKeySettings type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetDefaults |
Get all the default shortcuts registered with Rhino
|
![]() ![]() | GetLabel |
Get the macro label associated with a given keyboard shortcut
|
![]() ![]() | GetMacro |
Get macro associated with a given keyboard shortcut
|
![]() ![]() | GetShortcuts |
Get all shortcuts registered with Rhino
|
![]() ![]() | IsAcceptableKeyCombo |
Is a key plus modifier combination one that can be used with Rhino
|
![]() ![]() | SetMacro(ShortcutKey, String) |
Set macro associated with a keyboard shortcut
|
![]() ![]() | SetMacro(KeyboardKey, ModifierKey, String) |
Set a macro for a given key and modifier combination
|
![]() ![]() | Update |
Add or modify shortcuts with a list or KeyboardShortcut elements
|