Skip to content

Attributes

Name
Text
Keys

Example

xml
<dev:ShortcutWithTextLabel x:Name="MainShortcutWithTextLabel" Text="Press a combination of keys to change this shortcut" />
cs
MainShortcutWithTextLabel.Keys = new List<object>() { "Win", "Alt", "F1" };

Demo

you can run demo and see this feature.

ShortcutWithTextLabel

Released under the MIT License.