{{tag>gnome shortcuts dconf gsettings settings}} ====== dconf ====== You can use ''dconf'' to manipulate gnome shortcuts from terminal. For example this lists where gnome saves its screenshots dconf dump /org/gnome/gnome-screenshot/ ===== List all dconf keys ===== dconf dump / ===== Read specific path ===== dconf dump /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/ ===== Read key ===== dconf read /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/binding ===== Write new value to key ===== dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/binding "'c'" ====== Tested on ====== * Ubuntu 20.04.3 LTS * GNOME Shell 3.36.9 ====== See also ====== * [[wiki:gsettings]] ====== References ====== * https://askubuntu.com/a/585204/635772 * https://askubuntu.com/questions/487206/dconf-change-a-string-key * https://askubuntu.com/questions/891199/gnome-terminal-how-do-i-reset-keyboard-shortcuts