Appearance
<dev:ShortcutPreview x:Name="MainShortcutPreview" />
MainShortcutPreview.Keys = new List<object>() { "Win", "Alt", "F1" };
you can run demo and see this feature.