Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions
The KeyChord struct represents a combination of key modifiers and a virtual key. It is used to define keyboard shortcuts in the Command Palette.
Fields
Field | Type | Description |
---|---|---|
Modifiers | Windows.System.VirtualKeyModifiers | The key modifiers (e.g., Control, Shift, Alt) that are part of the key chord. |
Vkey | Int32 | The virtual key code that represents the main key in the key chord. |
ScanCode | Int32 | The scan code that represents the physical key on the keyboard. This is used for low-level keyboard input handling. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer