From 703a8b8adba82aaa5d70650274cdfc864727bc5a Mon Sep 17 00:00:00 2001 From: lenemter Date: Tue, 20 Aug 2024 00:30:12 +0900 Subject: [PATCH] Use new keybindings schema --- src/Views/ShortcutsView.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/ShortcutsView.vala b/src/Views/ShortcutsView.vala index 8f52d98c..1ae07aca 100644 --- a/src/Views/ShortcutsView.vala +++ b/src/Views/ShortcutsView.vala @@ -17,7 +17,7 @@ public class ShortcutOverlay.ShortcutsView : Gtk.Box { private const string SCHEMA_WM = "org.gnome.desktop.wm.keybindings"; - private const string SCHEMA_GALA = "org.pantheon.desktop.gala.keybindings"; + private const string SCHEMA_GALA = "io.elementary.desktop.wm.keybindings"; private const string SCHEMA_MEDIA = "org.gnome.settings-daemon.plugins.media-keys"; private const string SCHEMA_MUTTER = "org.gnome.mutter.keybindings";