Hi, I would like to export all my custom keyboard shortcuts in case I need to restore the system. How can I do it or can’t it? thanks
I'm assuming Gnome.
Export:
dconf dump /org/gnome/shell/keybindings/ > bkp
Import:
dconf load /org/gnome/shell/keybindings/ < bkp
Thanks you !!