[studio] Remove Ctrl-0 tab shortcut

This commit is contained in:
Gary Talent 2025-01-26 20:53:47 -06:00
parent 2859183742
commit cd63afacfe

View File

@ -349,10 +349,6 @@ void StudioUI::handleKeyInput() noexcept {
m_activeEditorUpdatePending = m_activeEditor;
}
}
if (ImGui::IsKeyPressed(ImGuiKey_0)) {
m_activeEditor = m_editors[10 < m_editors.size() ? 10 : range].get();
m_activeEditorUpdatePending = m_activeEditor;
}
}
}
}