Skip to content

Commit

Permalink
Use new keybindings schema (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter authored Aug 19, 2024
1 parent 311e8a7 commit cfcc83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/ShortcutsView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit cfcc83c

Please sign in to comment.