Ghost1372

everything can be handy

GlobalShortcut

With this property you can use shortcut keys

Name Use
Host Desired window
1
hc:GlobalShortcut.Host="True"
1
2
3
4
<hc:GlobalShortcut.KeyBindings>
<KeyBinding Modifiers="Control+Alt" Key="I" Command="{Binding GlobalShortcutInfoCmd}"/>
<KeyBinding Modifiers="Control+Alt" Key="E" Command="{Binding GlobalShortcutWarningCmd}"/>
</hc:GlobalShortcut.KeyBindings>
0%