未验证 提交 2be15290 编写于 作者: R Richasy 提交者: GitHub

修复直播退出全屏的快捷键没有生效的问题 (#1567)

上级 4bd5d494
......@@ -650,6 +650,14 @@
Modifiers="Shift" />
</Button.KeyboardAccelerators>
</Button>
<Button
x:Name="BackToDefaultButton"
Style="{StaticResource HiddenButtonStyle}"
Command="{Binding RelativeSource={RelativeSource Mode=TemplatedParent}, Path=ViewModel.BackToDefaultModeCommand}">
<Button.KeyboardAccelerators>
<KeyboardAccelerator Key="Escape" IsEnabled="True" />
</Button.KeyboardAccelerators>
</Button>
</Grid>
<Grid
x:Name="ControlPanel"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册