When I tried to list the available custom keybindings using gsettings command
gsettings get org.gnome.settings-daemon.plugins.media-keys custom-keybindings
I got the error message saying,
No such key 'custom-keybindings'
I graphically checked my custom keyboard shortcuts and it was empty. So I thought this is normal. So I tried to add new keybinding using
gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/']"
Again the same error returned. I am using Ubuntu 12.04 in virtualbox. Doesn't it comes with the key custom-keybindings? How can I add a new custom-keybindingusing gsettings?
gsettings. But the problem is I cannot find the keycustom-keybindingsin Ubuntu 12.04. Is that a bug? I was able to locate it in 14.04 but not in 12.04. Where the keybinding files are actually stored in 12.04? – Anonymous Platypus Mar 31 '15 at 07:40dconfdatabase, but in~/.gconf/desktop/gnome/keybindings(in subfolders likecustom0etc). It is an xml file. See: http://askubuntu.com/a/101248/72216 – Jacob Vlijm Mar 31 '15 at 08:12%gconf.xmlwith settings. Am I right? – Anonymous Platypus Mar 31 '15 at 09:03