Change select tool shortcut
This commit is contained in:
parent
de1faa00df
commit
e044a7cd4b
@ -126,7 +126,7 @@ function MapContols({
|
|||||||
select: {
|
select: {
|
||||||
id: "select",
|
id: "select",
|
||||||
icon: <SelectToolIcon />,
|
icon: <SelectToolIcon />,
|
||||||
title: "Select Tool (L)",
|
title: "Select Tool (S)",
|
||||||
SettingsComponent: SelectToolSettings,
|
SettingsComponent: SelectToolSettings,
|
||||||
},
|
},
|
||||||
fog: {
|
fog: {
|
||||||
|
@ -86,7 +86,7 @@ const shortcuts: Record<string, Shortcut> = {
|
|||||||
fogFinishPolygon: ({ key }) => key === "Enter",
|
fogFinishPolygon: ({ key }) => key === "Enter",
|
||||||
fogCancelPolygon: ({ key }) => key === "Escape",
|
fogCancelPolygon: ({ key }) => key === "Escape",
|
||||||
// Select tool
|
// Select tool
|
||||||
selectTool: (event) => singleKey(event, "l"),
|
selectTool: (event) => singleKey(event, "s"),
|
||||||
selectPath: (event) => singleKey(event, "l"),
|
selectPath: (event) => singleKey(event, "l"),
|
||||||
selectRect: (event) => singleKey(event, "r"),
|
selectRect: (event) => singleKey(event, "r"),
|
||||||
// Stage interaction
|
// Stage interaction
|
||||||
|
Loading…
Reference in New Issue
Block a user