You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
$ 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 shortcutgsetting:
user: mekey: "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 nameSchema “org.gnome.settings-daemon.plugins.media-keys.custom-keybinding” is relocatable (path must be specified)
The text was updated successfully, but these errors were encountered:
I'd like to issue basically this command
$ 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
The path must be specified in the case, since the schema for custom keyboard shortcuts is relocatable:
The text was updated successfully, but these errors were encountered: