Skip to content

Attributes

Name
Keys
IsInfo
IsError
IsWarning
InfoTitle
InfoToolTip
WarningTitle
WarningToolTip
ErrorTitle
ErrorToolTip
Title

Example

xml
<dev:ShortcutPreview x:Name="MainShortcutPreview" />
cs
MainShortcutPreview.Keys = new List<object>() { "Win", "Alt", "F1" };

Demo

you can run demo and see this feature.

ShortcutPreview

Released under the MIT License.