Merge pull request #1 from WXRIW/master

Merge from up stream
This commit is contained in:
ChangSakura 2023-12-21 23:47:25 +08:00 committed by GitHub
commit 5a43d577c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@ namespace Ink_Canvas
{
if (StackPanelPPTControls.Visibility != Visibility.Visible || currentMode != 0) return;
if (e.Key == Key.Down || e.Key == Key.PageDown || e.Key == Key.Right || e.Key == Key.N)
if (e.Key == Key.Down || e.Key == Key.PageDown || e.Key == Key.Right || e.Key == Key.N || e.Key == Key.Space)
{
BtnPPTSlidesDown_Click(BtnPPTSlidesDown, null);
}