Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Shortcuts/Backend/ShortcutsList.vala
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace Keyboard.Shortcuts {
workspaces_group = {};
workspaces_group.icon_name = "preferences-desktop-workspaces";
workspaces_group.label = _("Workspaces");
add_action (ref workspaces_group, Schema.WM, _("Multitasking View"), "show-desktop");
add_action (ref workspaces_group, Schema.GALA, _("Multitasking View"), "toggle-multitasking-view");
add_action (ref workspaces_group, Schema.WM, _("Switch left"), "switch-to-workspace-left");
add_action (ref workspaces_group, Schema.WM, _("Switch right"), "switch-to-workspace-right");
add_action (ref workspaces_group, Schema.GALA, _("Switch to first"), "switch-to-workspace-first");
Expand Down