fix: topmost shortcut

dev_self
DESKTOP-3BO4HSG\ksat 2 years ago
parent 3c3949fe07
commit 741d9a2efd

@ -49,10 +49,10 @@
Command="{Binding ExitCmd}"/> Command="{Binding ExitCmd}"/>
<KeyBinding Modifiers="Ctrl+Shift" <KeyBinding Modifiers="Ctrl+Shift"
Key="T" Key="T"
Command="{Binding TopmostCmd}"/> Command="{Binding TopmostCmd}"
<KeyBinding Key="Esc"
Command="{Binding EscCmd}"
CommandParameter="{Binding ElementName=TopmostBtn, Mode=OneWay}"/> CommandParameter="{Binding ElementName=TopmostBtn, Mode=OneWay}"/>
<KeyBinding Key="Esc"
Command="{Binding EscCmd}"/>
</Window.InputBindings> </Window.InputBindings>

Loading…
Cancel
Save