improve:快捷键

This commit is contained in:
2025-09-06 14:36:07 +08:00
parent 375aec6f6c
commit d0793c546d
6 changed files with 323 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ namespace Ink_Canvas
private DispatcherTimer _longPressTimer;
private bool _isLongPressNext = true; // true为下一页,false为上一页
private const int LongPressDelay = 500; // 长按延迟时间(毫秒)
private const int LongPressInterval = 15; // 长按翻页间隔(毫秒)
private const int LongPressInterval = 50; // 长按翻页间隔(毫秒)
// PowerPoint应用程序守护相关字段
private DispatcherTimer _powerPointProcessMonitorTimer;