Skip to content

Commit 0d05ae2

Browse files
committed
feat: 设置三指短触手势为打开关闭全局搜索
需求变更,应产品要求,设置三指短触手势为打开关闭全局搜索 Log: 需求变更,应产品要求,设置三指短触手势为打开关闭全局搜索 pms: TASK-362119
1 parent f869222 commit 0d05ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gesture1/gesture_info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var gestureInfos = GestureInfos{
3434
{"swipe", "down", 3, "RestoreWindow"},
3535
{"swipe", "left", 3, "SplitWindowLeft"},
3636
{"swipe", "right", 3, "SplitWindowRight"},
37-
{"tap", "none", 3, "ToggleLaunchPad"},
37+
{"tap", "none", 3, "ToggleGrandSearch"},
3838
{"swipe", "up", 4, "ShowMultiTask"},
3939
{"swipe", "down", 4, "HideMultitask"},
4040
{"swipe", "left", 4, "SwitchToPreDesktop"},

0 commit comments

Comments
 (0)