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 9d8ea4e commit 3731eccCopy full SHA for 3731ecc
src/Views/ShortcutsView.vala
@@ -52,7 +52,7 @@ public class ShortcutOverlay.ShortcutsView : Gtk.Box {
52
53
column_start.attach (workspaces_header, 0, 9, 2);
54
column_start.attach (new NameLabel (_("Multitasking View:")), 0, 10);
55
- column_start.attach (new ShortcutLabel.from_gsettings (SCHEMA_WM, "show-desktop"), 1, 10);
+ column_start.attach (new ShortcutLabel.from_gsettings (SCHEMA_GALA, "toggle-multitasking-view"), 1, 10);
56
column_start.attach (new NameLabel (_("Switch left:")), 0, 11);
57
column_start.attach (new ShortcutLabel.from_gsettings (SCHEMA_WM, "switch-to-workspace-left"), 1, 11);
58
column_start.attach (new NameLabel (_("Switch right:")), 0, 12);
0 commit comments