From d87aa2620eb6022131356ea0d3ef0d493de45581 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 9 May 2023 16:34:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reading/ShortcutKey/ShortcutKeyService.cs | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ShortcutKey/ShortcutKeyService.cs b/IRaCIS.Core.Application/Service/Reading/ShortcutKey/ShortcutKeyService.cs index 1a893150e..16f80799d 100644 --- a/IRaCIS.Core.Application/Service/Reading/ShortcutKey/ShortcutKeyService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ShortcutKey/ShortcutKeyService.cs @@ -281,7 +281,20 @@ namespace IRaCIS.Core.Application.Service MetaKey = false, Text= "Space", Code= "Space" - }, }; + }, + new ShortcutKey (){ + + Keyboardkey= "", + ShortcutKeyEnum = 19, + ImageToolType= 0, + AltKey = false, + CtrlKey = false, + ShiftKey = false, + MetaKey = false, + Text= "", + Code= "" + }, + }; return shortcutKeys;