Skip to content

Commit 26aad95

Browse files
authored
Use new multitasking view key (#531)
1 parent 1949390 commit 26aad95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shortcuts/Backend/ShortcutsList.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace Keyboard.Shortcuts {
7777
workspaces_group = {};
7878
workspaces_group.icon_name = "preferences-desktop-workspaces";
7979
workspaces_group.label = _("Workspaces");
80-
add_action (ref workspaces_group, Schema.WM, _("Multitasking View"), "show-desktop");
80+
add_action (ref workspaces_group, Schema.GALA, _("Multitasking View"), "toggle-multitasking-view");
8181
add_action (ref workspaces_group, Schema.WM, _("Switch left"), "switch-to-workspace-left");
8282
add_action (ref workspaces_group, Schema.WM, _("Switch right"), "switch-to-workspace-right");
8383
add_action (ref workspaces_group, Schema.GALA, _("Switch to first"), "switch-to-workspace-first");

0 commit comments

Comments
 (0)