We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1949390 commit 26aad95Copy full SHA for 26aad95
src/Shortcuts/Backend/ShortcutsList.vala
@@ -77,7 +77,7 @@ namespace Keyboard.Shortcuts {
77
workspaces_group = {};
78
workspaces_group.icon_name = "preferences-desktop-workspaces";
79
workspaces_group.label = _("Workspaces");
80
- add_action (ref workspaces_group, Schema.WM, _("Multitasking View"), "show-desktop");
+ add_action (ref workspaces_group, Schema.GALA, _("Multitasking View"), "toggle-multitasking-view");
81
add_action (ref workspaces_group, Schema.WM, _("Switch left"), "switch-to-workspace-left");
82
add_action (ref workspaces_group, Schema.WM, _("Switch right"), "switch-to-workspace-right");
83
add_action (ref workspaces_group, Schema.GALA, _("Switch to first"), "switch-to-workspace-first");
0 commit comments