improve:快捷键

This commit is contained in:
2025-08-30 11:34:29 +08:00
parent 8867fde3f2
commit 19fe7223fb
2 changed files with 2 additions and 79 deletions
+2 -9
View File
@@ -44,15 +44,8 @@ namespace Ink_Canvas
}
}
private void Window_KeyDown(object sender, KeyEventArgs e)
{
if (e.Key == Key.Escape) KeyExit(null, null);
}
private void CommandBinding_CanExecute(object sender, CanExecuteRoutedEventArgs e)
{
e.CanExecute = true;
}
// 保留PPT翻页快捷键处理
// 以下方法保留供全局快捷键调用
private void HotKey_Undo(object sender, ExecutedRoutedEventArgs e)
{