Windows.UI.Xaml.Input.KeyboardAccelerator.Modifiers

June 22, 2022 ยท View on GitHub

-description

Gets or sets the virtual key used to modify another keypress for a keyboard shortcut (accelerator).

A keyboard shortcut is invoked when the modifier keys associated with the shortcut are pressed and then the non-modifier key is pressed at the same time. For example, Ctrl+C for copy and Ctrl+S for save.

-property-value

The virtual key.

-remarks

-see-also

Keyboard Accelerators

-examples