feat(canvas): update canvas tool behavior to allow temporary switching between Select and Move modes using Control or Space

This commit is contained in:
HouYunFei
2026-08-06 15:05:49 +08:00
parent 3a9ca04ad0
commit ca47eb6aaa
9 changed files with 25 additions and 10 deletions
+1
View File
@@ -290,6 +290,7 @@ export default {
shortcut: {
dragCanvas: "Drag canvas",
pan: "Pan view",
toggleTool: "Temporarily switch Select / Move",
wheel: "Mouse wheel",
zoom: "Zoom canvas",
zoomSlider: "Zoom slider",
+1
View File
@@ -290,6 +290,7 @@ export default {
shortcut: {
dragCanvas: "拖动画布",
pan: "平移视图",
toggleTool: "临时切换选择 / 移动",
wheel: "滚轮",
zoom: "缩放画布",
zoomSlider: "缩放滑杆",