Same hotkey for center rect and center circle (#6642)

Removed hotkey on center rectangle, seems less common than corner rectangle. Happy to be chalenged. Fixes #6634.
This commit is contained in:
Pierre Jacquier
2025-05-02 04:59:33 -04:00
committed by GitHub
parent 6866c9d418
commit c2dd4d1d2e

View File

@ -678,10 +678,6 @@ export const toolbarConfig: Record<ToolbarModeName, ToolbarMode> = {
status: 'available',
disabled: (state) => state.matches('Sketch no face'),
title: 'Center rectangle',
hotkey: (state) =>
state.matches({ Sketch: 'Center Rectangle tool' })
? ['Esc', 'C']
: 'C',
description: 'Start drawing a rectangle from its center',
links: [],
isActive: (state) => {