KeyBinding structure
A keyboard shortcut: a primary key plus zero or more modifier keys.
public struct KeyBinding : IEquatable<KeyBinding>| parameter | description |
|---|---|
| Key | The primary key for this binding. |
| Modifiers | Modifier keys that must also be held (Shift / Ctrl / Alt). |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| KeyBinding(…) | A keyboard shortcut: a primary key plus zero or more modifier keys. |
| Key { get; set; } | The primary key for this binding. |
| Modifiers { get; set; } | Modifier keys that must also be held (Shift / Ctrl / Alt). |
| override ToString() | “Shift+F12”, “Ctrl+Alt+P”, “F11” — for display in the Settings UI. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain