Skip to content

Commit 3731ecc

Browse files
authored
ShortcutsView update multitasking view shortcut (#152)
1 parent 9d8ea4e commit 3731ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/ShortcutsView.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class ShortcutOverlay.ShortcutsView : Gtk.Box {
5252

5353
column_start.attach (workspaces_header, 0, 9, 2);
5454
column_start.attach (new NameLabel (_("Multitasking View:")), 0, 10);
55-
column_start.attach (new ShortcutLabel.from_gsettings (SCHEMA_WM, "show-desktop"), 1, 10);
55+
column_start.attach (new ShortcutLabel.from_gsettings (SCHEMA_GALA, "toggle-multitasking-view"), 1, 10);
5656
column_start.attach (new NameLabel (_("Switch left:")), 0, 11);
5757
column_start.attach (new ShortcutLabel.from_gsettings (SCHEMA_WM, "switch-to-workspace-left"), 1, 11);
5858
column_start.attach (new NameLabel (_("Switch right:")), 0, 12);

0 commit comments

Comments
 (0)