diff --git a/src/components/map/MapControls.tsx b/src/components/map/MapControls.tsx index 29add17..5d9217b 100644 --- a/src/components/map/MapControls.tsx +++ b/src/components/map/MapControls.tsx @@ -126,7 +126,7 @@ function MapContols({ select: { id: "select", icon: , - title: "Select Tool (L)", + title: "Select Tool (S)", SettingsComponent: SelectToolSettings, }, fog: { diff --git a/src/shortcuts.ts b/src/shortcuts.ts index f5e95b7..677852c 100644 --- a/src/shortcuts.ts +++ b/src/shortcuts.ts @@ -86,7 +86,7 @@ const shortcuts: Record = { fogFinishPolygon: ({ key }) => key === "Enter", fogCancelPolygon: ({ key }) => key === "Escape", // Select tool - selectTool: (event) => singleKey(event, "l"), + selectTool: (event) => singleKey(event, "s"), selectPath: (event) => singleKey(event, "l"), selectRect: (event) => singleKey(event, "r"), // Stage interaction