Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
feat: add /org/gnome/shell/keybindings to sync closes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
oae committed Feb 26, 2021
1 parent 21d62a4 commit 631b43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/providers/keybindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type KeyBindingsData = {
const keyBindingsSchemaList: Array<string> = [
'/org/gnome/mutter/keybindings/',
'/org/gnome/mutter/wayland/keybindings/',
'/org/gnome/shell/keybindings/',
'/org/gnome/desktop/wm/keybindings/',
'/org/gnome/settings-daemon/plugins/media-keys/',
];
Expand Down

0 comments on commit 631b43a

Please sign in to comment.