We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f869222 commit 0d05ae2Copy full SHA for 0d05ae2
gesture1/gesture_info.go
@@ -34,7 +34,7 @@ var gestureInfos = GestureInfos{
34
{"swipe", "down", 3, "RestoreWindow"},
35
{"swipe", "left", 3, "SplitWindowLeft"},
36
{"swipe", "right", 3, "SplitWindowRight"},
37
- {"tap", "none", 3, "ToggleLaunchPad"},
+ {"tap", "none", 3, "ToggleGrandSearch"},
38
{"swipe", "up", 4, "ShowMultiTask"},
39
{"swipe", "down", 4, "HideMultitask"},
40
{"swipe", "left", 4, "SwitchToPreDesktop"},
0 commit comments