$ gsettings get org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name
But I have to fake this with the setting
- name: new terminal shortcut
gsetting:
user: me
key: "org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/.name"
value: "New terminal"
The path must be specified in the case, since the schema for custom keyboard shortcuts is relocatable:
$ gsettings get org.gnome.settings-daemon.plugins.media-keys.custom-keybinding name
Schema “org.gnome.settings-daemon.plugins.media-keys.custom-keybinding” is relocatable (path must be specified)
I'd like to issue basically this command
But I have to fake this with the setting
The path must be specified in the case, since the schema for custom keyboard shortcuts is relocatable: