oae / gnome-shell-extensions-sync

Syncs gnome shell keybindings, tweaks settings and extensions with their configuration across all gnome installations

Home Page:https://extensions.gnome.org/extension/1486/extensions-sync/

Repository from Github https://github.comoae/gnome-shell-extensions-syncRepository from Github https://github.comoae/gnome-shell-extensions-sync

Synchronise also /org/gnome/shell/keybindings

kheraud opened this issue · comments

/org/gnome/shell/keybindings is not part of the keybindings synced by the extension.

This entry contains keys which are part of the "global gnome" keybindings :

focus-active-notification=@as []
open-application-menu=@as []
switch-to-application-1=@as []
switch-to-application-2=@as []
switch-to-application-3=@as []
switch-to-application-4=@as []
switch-to-application-5=@as []
switch-to-application-6=@as []
switch-to-application-7=@as []
switch-to-application-8=@as []
switch-to-application-9=@as []
toggle-application-view=['<Super>d']
toggle-message-tray=@as []
toggle-overview=@as []

For example here, I disable the native Super+? for switch-to-application-? and I add Super+D for application view.

I must have missed it. I will add it as soon as I have access to my gnome environment

I have added /org/gnome/shell/keybindings/ in version v12. It might take several days to be updated in extensions.gnome.org.

Great work