Change select tool shortcut

This commit is contained in:
Mitchell McCaffrey 2021-08-05 14:14:47 +10:00
parent de1faa00df
commit e044a7cd4b
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ function MapContols({
select: {
id: "select",
icon: <SelectToolIcon />,
title: "Select Tool (L)",
title: "Select Tool (S)",
SettingsComponent: SelectToolSettings,
},
fog: {

View File

@ -86,7 +86,7 @@ const shortcuts: Record<string, Shortcut> = {
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