[studio] Remove Ctrl-0 tab shortcut
This commit is contained in:
parent
2859183742
commit
cd63afacfe
@ -349,10 +349,6 @@ void StudioUI::handleKeyInput() noexcept {
|
|||||||
m_activeEditorUpdatePending = m_activeEditor;
|
m_activeEditorUpdatePending = m_activeEditor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ImGui::IsKeyPressed(ImGuiKey_0)) {
|
|
||||||
m_activeEditor = m_editors[10 < m_editors.size() ? 10 : range].get();
|
|
||||||
m_activeEditorUpdatePending = m_activeEditor;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user