Backup my keyboard Shortcuts

I had to reinstall Zorin OS, and setting all my keyboard shortcuts is a pain.
Is there a way to back them up or to make a script that sets shortcuts, so I'll never have to do this manually again?

I think i found your answer

3 Likes

In short (@Michel 's post is the Solution):

dconf dump '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/' > custom-keybindings.dconf

To make the backup and

dconf load '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/' > custom-keybindings.dconf

To install them.

3 Likes

Thanks! That's awesome!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.