From fbe94c0f5783bc84ae2d01379e386aabe61c0c91 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 9 May 2023 16:39:22 +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 --- .../Service/Reading/ShortcutKey/ShortcutKeyService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ShortcutKey/ShortcutKeyService.cs b/IRaCIS.Core.Application/Service/Reading/ShortcutKey/ShortcutKeyService.cs index 16f80799d..dc1592d23 100644 --- a/IRaCIS.Core.Application/Service/Reading/ShortcutKey/ShortcutKeyService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ShortcutKey/ShortcutKeyService.cs @@ -284,15 +284,15 @@ namespace IRaCIS.Core.Application.Service }, new ShortcutKey (){ - Keyboardkey= "", + Keyboardkey= "m", ShortcutKeyEnum = 19, ImageToolType= 0, AltKey = false, CtrlKey = false, ShiftKey = false, MetaKey = false, - Text= "", - Code= "" + Text= "M", + Code= "KeyM" }, };