Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
修复直播退出全屏的快捷键没有生效的问题 (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richasy committed Nov 14, 2022
1 parent 4bd5d49 commit 2be1529
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2be1529

Please sign in to comment.