From a225a009cd430dbb1fd3899e10e402ccb3acbc09 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Mon, 12 Aug 2019 11:27:34 -0700 Subject: [PATCH] BUGZ-1233: Remove keyboard shortcut to LoD tools --- interface/src/Application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 481975caac..062a8fa9c1 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -4418,8 +4418,6 @@ void Application::keyPressEvent(QKeyEvent* event) { } else if (isMeta) { auto dialogsManager = DependencyManager::get(); dialogsManager->toggleAddressBar(); - } else if (isShifted) { - Menu::getInstance()->triggerOption(MenuOption::LodTools); } break;