diff --git a/Source/BlueprintUe/Private/BlueprintUeCommands.cpp b/Source/BlueprintUe/Private/BlueprintUeCommands.cpp index 2cd2696..b1ea3c6 100644 --- a/Source/BlueprintUe/Private/BlueprintUeCommands.cpp +++ b/Source/BlueprintUe/Private/BlueprintUeCommands.cpp @@ -4,7 +4,7 @@ void FBlueprintUeCommands::RegisterCommands() { - UI_COMMAND(OpenPluginWindow, "blueprintUE", "Open blueprintUE", EUserInterfaceActionType::Button, FInputGesture()); + UI_COMMAND(OpenPluginWindow, "blueprintUE", "Open blueprintUE", EUserInterfaceActionType::Button, FInputChord()); } #undef LOCTEXT_NAMESPACE