From c283bd531aad60a0854adf5bd609d86f89d9d9db Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Mon, 22 Nov 2021 16:30:55 -0800 Subject: [PATCH] adding in comment --- .../KeyboardManagerEditorLibrary/EditorConstants.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/EditorConstants.h b/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/EditorConstants.h index ee29e855f..11f6bb8fa 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/EditorConstants.h +++ b/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/EditorConstants.h @@ -49,5 +49,7 @@ namespace EditorConstants // Minimum and maximum size of a shortcut inline const long MinShortcutSize = 2; + + // engine itself checks for only 1 non-modifier key so this will allow 3 modifiers inline const long MaxShortcutSize = 4; } \ No newline at end of file