From 17cd47558ff700bd6f873820bf4c957becde03f1 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 5 May 2017 11:22:41 +0100 Subject: [PATCH] Projucer: Removed the key command for showing the build tab as it was the same as the build now key command --- extras/Projucer/Source/Project/jucer_ProjectContentComponent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/extras/Projucer/Source/Project/jucer_ProjectContentComponent.cpp b/extras/Projucer/Source/Project/jucer_ProjectContentComponent.cpp index 5d41939aab..87d5894a70 100644 --- a/extras/Projucer/Source/Project/jucer_ProjectContentComponent.cpp +++ b/extras/Projucer/Source/Project/jucer_ProjectContentComponent.cpp @@ -988,7 +988,6 @@ void ProjectContentComponent::getCommandInfo (const CommandID commandID, Applica "Shows the tab containing the build panel", CommandCategories::general, 0); result.setActive (project != nullptr); - result.defaultKeypresses.add (KeyPress ('b', ModifierKeys::commandModifier, 0)); break; case CommandIDs::showFileExplorerPanel: