Ghost1372

everything can be handy

ShortcutWithTextLabel

Attributes

Name
Text
Keys

Example

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

Demo

you can run demo and see this feature.

DevWinUI

0%