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;