Change select tool shortcut
This commit is contained in:
parent
de1faa00df
commit
e044a7cd4b
@ -126,7 +126,7 @@ function MapContols({
|
||||
select: {
|
||||
id: "select",
|
||||
icon: <SelectToolIcon />,
|
||||
title: "Select Tool (L)",
|
||||
title: "Select Tool (S)",
|
||||
SettingsComponent: SelectToolSettings,
|
||||
},
|
||||
fog: {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user